#6A0BD4

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

Shades of Purple Heart #6A0BD4

Tints of Purple Heart #6A0BD4

Color information

#6A0BD4 (or 0x6A0BD4) is unknown color: approx Purple Heart. HEX triplet: 6A, 0B and D4. RGB value is (106,11,212). Sum of RGB (Red+Green+Blue) = 106+11+212=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 212 (83.20% from 255 or 64.44% from 329); Max value from RGB is 212 - color contains mainly: blue. Hex color #6A0BD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0BD4 is #95F42B. Grayscale: #3D3D3D. Windows color (decimal): -9827372 or 13896554. OLE color: 13896554.

HSL color Cylindrical-coordinate representation of color #6A0BD4: hue angle of 268.36º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0BD4 is Cyan = 0.5, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10611212-
CMYK0.50.9500.17
HSL268.36º90.13%43.73%-
HSV(B)268.36º94.81%83.14%-
XYZ17.958.0662.9-
YUV62.32212.47159.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.22%
GREEN value IS 11 (4.69% from 255) = 3.34%
BLUE value IS 212 (83.20% from 255) = 64.44%
R=32.22%
G=3.34%
B=64.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal106112120.50.9500.17268.3690.1343.73
Hex6ABD4325F01110c5a2c
Octal152133246213702141413254
Binary110101010111101010011001010111110100011000011001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,11,212); }

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

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

 a { background-color: rgb(106,11,212); }

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

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

 span { border-color: rgb(106,11,212); }

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