Html Css Color HEX #6C0BAC Purple Heart

📋 copy color: '#6C0BAC'

red 108 ◦ green 11 ◦ blue 172

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

Shades of Purple Heart #6C0BAC

Tints of Purple Heart #6C0BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.78%

 BLUE value IS 172 (67.58% from 255) = 59.11%

R = 37.11%
G = 3.78%
B = 59.11%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C0BAC (or 0x6C0BAC) is known color: Purple Heart. HEX triplet: 6C, 0B and AC. RGB value is (108,11,172). Sum of RGB (Red+Green+Blue) = 108+11+172=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C0BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0BAC is #93F453. Grayscale: #393939. Windows color (decimal): -9696340 or 11275116. OLE color: 11275116.

HSL color Cylindrical-coordinate representation of color #6C0BAC: hue angle of 276.15º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0BAC is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 11 172 -
CMYK 0.37 0.94 0 0.33
HSL 276.15º 0.88% 0.36% -
HSV(B) 276.15º 0.94% 0.67% -
XYZ 13.75 6.41 39.54 -
YUV 58.36 192.14 163.41 -
System Red Green Blue C M Y K H S L
Decimal 108 11 172 0.37 0.94 0 0.33 276.15 0.88 0.36
Hex 6C B AC 25 5E 0 21 114 58 24
Octal 154 13 254 45 136 0 41 424 130 44
Binary 1101100 1011 10101100 100101 1011110 0 100001 100010100 1011000 100100

Color Harmonies of #6C0BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0BAC

Black with #6C0BAC

Text Example


Text Example

White with #6C0BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,11,172); }

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

background-color css

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

 a { background-color: rgb(108,11,172); }

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

border-color css

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

 span { border-color: rgb(108,11,172); }

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