Html Css Color HEX #6C0ACD Purple Heart

📋 copy color: '#6C0ACD'

red 108 ◦ green 10 ◦ blue 205

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

Shades of Purple Heart #6C0ACD

Tints of Purple Heart #6C0ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.1%

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

R = 33.44%
G = 3.1%
B = 63.47%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C0ACD (or 0x6C0ACD) is known color: Purple Heart. HEX triplet: 6C, 0A and CD. RGB value is (108,10,205). Sum of RGB (Red+Green+Blue) = 108+10+205=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C0ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0ACD is #93F532. Grayscale: #3C3C3C. Windows color (decimal): -9696563 or 13437548. OLE color: 13437548.

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

Color convert

RGB 108 10 205 -
CMYK 0.47 0.95 0 0.20
HSL 270.15º 0.91% 0.42% -
HSV(B) 270.15º 0.95% 0.8% -
XYZ 17.31 7.81 58.35 -
YUV 61.53 208.97 161.14 -
System Red Green Blue C M Y K H S L
Decimal 108 10 205 0.47 0.95 0 0.20 270.15 0.91 0.42
Hex 6C A CD 2F 5F 0 14 10E 5B 2A
Octal 154 12 315 57 137 0 24 416 133 52
Binary 1101100 1010 11001101 101111 1011111 0 10100 100001110 1011011 101010

Color Harmonies of #6C0ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0ACD

Black with #6C0ACD

Text Example


Text Example

White with #6C0ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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