Html Css Color HEX #6C09CD Purple Heart

📋 copy color: '#6C09CD'

red 108 ◦ green 9 ◦ blue 205

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

Shades of Purple Heart #6C09CD

Tints of Purple Heart #6C09CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.66%

R = 33.54%
G = 2.8%
B = 63.66%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C09CD (or 0x6C09CD) is known color: Purple Heart. HEX triplet: 6C, 09 and CD. RGB value is (108,9,205). Sum of RGB (Red+Green+Blue) = 108+9+205=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C09CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C09CD is #93F632. Grayscale: #3C3C3C. Windows color (decimal): -9696819 or 13437292. OLE color: 13437292.

HSL color Cylindrical-coordinate representation of color #6C09CD: hue angle of 270.31º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C09CD is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 9 205 -
CMYK 0.47 0.96 0 0.20
HSL 270.31º 0.92% 0.42% -
HSV(B) 270.31º 0.96% 0.8% -
XYZ 17.3 7.79 58.35 -
YUV 60.95 209.3 161.56 -
System Red Green Blue C M Y K H S L
Decimal 108 9 205 0.47 0.96 0 0.20 270.31 0.92 0.42
Hex 6C 9 CD 2F 60 0 14 10E 5C 2A
Octal 154 11 315 57 140 0 24 416 134 52
Binary 1101100 1001 11001101 101111 1100000 0 10100 100001110 1011100 101010

Color Harmonies of #6C09CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C09CD

Black with #6C09CD

Text Example


Text Example

White with #6C09CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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