#6A34C9

Color #6A34C9 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6A34C9

Tints of Purple Heart #6A34C9

Color information

#6A34C9 (or 0x6A34C9) is unknown color: approx Purple Heart. HEX triplet: 6A, 34 and C9. RGB value is (106,52,201). Sum of RGB (Red+Green+Blue) = 106+52+201=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 201 (78.91% from 255 or 55.99% from 359); Max value from RGB is 201 - color contains mainly: blue. Hex color #6A34C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A34C9 is #95CB36. Grayscale: #545454. Windows color (decimal): -9816887 or 13186154. OLE color: 13186154.

HSL color Cylindrical-coordinate representation of color #6A34C9: hue angle of 261.74º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A34C9 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10652201-
CMYK0.470.7400.21
HSL261.74º58.89%49.61%-
HSV(B)261.74º74.13%78.82%-
XYZ17.719.7456.2-
YUV85.13193.39142.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 29.53%
GREEN value IS 52 (20.70% from 255) = 14.48%
BLUE value IS 201 (78.91% from 255) = 55.99%
R=29.53%
G=14.48%
B=55.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106522010.470.7400.21261.7458.8949.61
Hex6A34C92F4A0151063b32
Octal15264311571120254067362
Binary1101010110100110010011011111001010010101100000110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A34C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A34C9; }

 p { color: rgb(106,52,201); }

 H1.HeaderClassName
 {
   color: #6A34C9;
 }
 .AnyTagClassName
 {
   color: #6A34C9;
 }
</style>
background-color css

<style>
 a { background-color: #6A34C9; }

 a { background-color: rgb(106,52,201); }

 div.DivClassName
 {
   background-color: #6A34C9;
 }
 .BgClassName
 {
   background-color: #6A34C9;
 }
</style>
border-color css

<style>
 span { border-color: #6A34C9; }

 span { border-color: rgb(106,52,201); }

 td.TdClassName
 {
   border-color: #6A34C9;
 }
 .TagClassName
 {
   border-color: #6A34C9;
 }
</style>