Html Css Color HEX #6C0ACE Purple Heart

📋 copy color: '#6C0ACE'

red 108 ◦ green 10 ◦ blue 206

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

Shades of Purple Heart #6C0ACE

Tints of Purple Heart #6C0ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.58%

R = 33.33%
G = 3.09%
B = 63.58%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C0ACE (or 0x6C0ACE) is known color: Purple Heart. HEX triplet: 6C, 0A and CE. RGB value is (108,10,206). Sum of RGB (Red+Green+Blue) = 108+10+206=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C0ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0ACE is #93F531. Grayscale: #3C3C3C. Windows color (decimal): -9696562 or 13503084. OLE color: 13503084.

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

Color convert

RGB 108 10 206 -
CMYK 0.48 0.95 0 0.19
HSL 270º 0.91% 0.42% -
HSV(B) 270º 0.95% 0.81% -
XYZ 17.43 7.86 58.99 -
YUV 61.65 209.47 161.06 -
System Red Green Blue C M Y K H S L
Decimal 108 10 206 0.48 0.95 0 0.19 270 0.91 0.42
Hex 6C A CE 30 5F 0 13 10E 5B 2A
Octal 154 12 316 60 137 0 23 416 133 52
Binary 1101100 1010 11001110 110000 1011111 0 10011 100001110 1011011 101010

Color Harmonies of #6C0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0ACE

Black with #6C0ACE

Text Example


Text Example

White with #6C0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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