Html Css Color HEX #6C09CA Purple Heart

📋 copy color: '#6C09CA'

red 108 ◦ green 9 ◦ blue 202

#6C09CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6C09CA

Tints of Purple Heart #6C09CA

RGB

 RED value IS 108 (42.58% from 255) = 33.86%

 GREEN value IS 9 (3.91% from 255) = 2.82%

 BLUE value IS 202 (79.3% from 255) = 63.32%

R = 33.86%
G = 2.82%
B = 63.32%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C09CA (or 0x6C09CA) is known color: Purple Heart. HEX triplet: 6C, 09 and CA. RGB value is (108,9,202). Sum of RGB (Red+Green+Blue) = 108+9+202=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C09CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C09CA is #93F635. Grayscale: #3B3B3B. Windows color (decimal): -9696822 or 13240684. OLE color: 13240684.

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

Color convert

RGB 108 9 202 -
CMYK 0.47 0.96 0 0.21
HSL 270.78º 0.91% 0.41% -
HSV(B) 270.78º 0.96% 0.79% -
XYZ 16.94 7.65 56.46 -
YUV 60.6 207.8 161.81 -
System Red Green Blue C M Y K H S L
Decimal 108 9 202 0.47 0.96 0 0.21 270.78 0.91 0.41
Hex 6C 9 CA 2F 60 0 15 10F 5B 29
Octal 154 11 312 57 140 0 25 417 133 51
Binary 1101100 1001 11001010 101111 1100000 0 10101 100001111 1011011 101001

Color Harmonies of #6C09CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C09CA

Black with #6C09CA

Text Example


Text Example

White with #6C09CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C09CA;
 }
 .AnyTagClassName
 {
   color: #6C09CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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