#6B09CA

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

Shades of Purple Heart #6B09CA

Tints of Purple Heart #6B09CA

Color information

#6B09CA (or 0x6B09CA) is unknown color: approx Purple Heart. HEX triplet: 6B, 09 and CA. RGB value is (107,9,202). Sum of RGB (Red+Green+Blue) = 107+9+202=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B09CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B09CA is #94F635. Grayscale: #3B3B3B. Windows color (decimal): -9762358 or 13240683. OLE color: 13240683.

HSL color Cylindrical-coordinate representation of color #6B09CA: hue angle of 270.47º 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 #6B09CA is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1079202-
CMYK0.470.9600.21
HSL270.47º91.47%41.37%-
HSV(B)270.47º95.54%79.22%-
XYZ16.827.5956.45-
YUV60.3207.97161.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.65%
GREEN value IS 9 (3.91% from 255) = 2.83%
BLUE value IS 202 (79.30% from 255) = 63.52%
R=33.65%
G=2.83%
B=63.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10792020.470.9600.21270.4791.4741.37
Hex6B9CA2F6001510e5b29
Octal153113125714002541613351
Binary110101110011100101010111111000000101011000011101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B09CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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