#6A09CA

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

Shades of Purple Heart #6A09CA

Tints of Purple Heart #6A09CA

Color information

#6A09CA (or 0x6A09CA) is unknown color: approx Purple Heart. HEX triplet: 6A, 09 and CA. RGB value is (106,9,202). Sum of RGB (Red+Green+Blue) = 106+9+202=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A09CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A09CA is #95F635. Grayscale: #3B3B3B. Windows color (decimal): -9827894 or 13240682. OLE color: 13240682.

HSL color Cylindrical-coordinate representation of color #6A09CA: hue angle of 270.16º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A09CA is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1069202-
CMYK0.480.9600.21
HSL270.16º91.47%41.37%-
HSV(B)270.16º95.54%79.22%-
XYZ16.77.5256.45-
YUV60208.14160.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.44%
GREEN value IS 9 (3.91% from 255) = 2.84%
BLUE value IS 202 (79.30% from 255) = 63.72%
R=33.44%
G=2.84%
B=63.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10692020.480.9600.21270.1691.4741.37
Hex6A9CA306001510e5b29
Octal152113126014002541613351
Binary110101010011100101011000011000000101011000011101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A09CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,9,202); }

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

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

 a { background-color: rgb(106,9,202); }

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

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

 span { border-color: rgb(106,9,202); }

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