Html Css Color HEX #6C2ACC Purple Heart

📋 copy color: '#6C2ACC'

red 108 ◦ green 42 ◦ blue 204

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

Shades of Purple Heart #6C2ACC

Tints of Purple Heart #6C2ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.86%

 BLUE value IS 204 (80.08% from 255) = 57.63%

R = 30.51%
G = 11.86%
B = 57.63%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C2ACC (or 0x6C2ACC) is known color: Purple Heart. HEX triplet: 6C, 2A and CC. RGB value is (108,42,204). Sum of RGB (Red+Green+Blue) = 108+42+204=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C2ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2ACC is #93D533. Grayscale: #4F4F4F. Windows color (decimal): -9688372 or 13380204. OLE color: 13380204.

HSL color Cylindrical-coordinate representation of color #6C2ACC: hue angle of 264.44º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C2ACC is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 42 204 -
CMYK 0.47 0.79 0 0.2
HSL 264.44º 0.66% 0.48% -
HSV(B) 264.44º 0.79% 0.8% -
XYZ 17.91 9.2 57.96 -
YUV 80.2 197.87 147.83 -
System Red Green Blue C M Y K H S L
Decimal 108 42 204 0.47 0.79 0 0.2 264.44 0.66 0.48
Hex 6C 2A CC 2F 4F 0 14 108 42 30
Octal 154 52 314 57 117 0 24 410 102 60
Binary 1101100 101010 11001100 101111 1001111 0 10100 100001000 1000010 110000

Color Harmonies of #6C2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2ACC

Black with #6C2ACC

Text Example


Text Example

White with #6C2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,42,204); }

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

background-color css

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

 a { background-color: rgb(108,42,204); }

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

border-color css

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

 span { border-color: rgb(108,42,204); }

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