Html Css Color HEX #6C0ABA Purple Heart

📋 copy color: '#6C0ABA'

red 108 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #6C0ABA

Tints of Purple Heart #6C0ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.18%

R = 35.53%
G = 3.29%
B = 61.18%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6C0ABA (or 0x6C0ABA) is known color: Purple Heart. HEX triplet: 6C, 0A and BA. RGB value is (108,10,186). Sum of RGB (Red+Green+Blue) = 108+10+186=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C0ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0ABA is #93F545. Grayscale: #3A3A3A. Windows color (decimal): -9696582 or 12192364. OLE color: 12192364.

HSL color Cylindrical-coordinate representation of color #6C0ABA: hue angle of 273.41º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0ABA is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 10 186 -
CMYK 0.42 0.95 0 0.27
HSL 273.41º 0.9% 0.38% -
HSV(B) 273.41º 0.95% 0.73% -
XYZ 15.16 6.95 47 -
YUV 59.37 199.47 162.69 -
System Red Green Blue C M Y K H S L
Decimal 108 10 186 0.42 0.95 0 0.27 273.41 0.9 0.38
Hex 6C A BA 2A 5F 0 1B 111 5A 26
Octal 154 12 272 52 137 0 33 421 132 46
Binary 1101100 1010 10111010 101010 1011111 0 11011 100010001 1011010 100110

Color Harmonies of #6C0ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0ABA

Black with #6C0ABA

Text Example


Text Example

White with #6C0ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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