Html Css Color HEX #6C1AAA Purple Heart

📋 copy color: '#6C1AAA'

red 108 ◦ green 26 ◦ blue 170

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

Shades of Purple Heart #6C1AAA

Tints of Purple Heart #6C1AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.55%

 BLUE value IS 170 (66.8% from 255) = 55.92%

R = 35.53%
G = 8.55%
B = 55.92%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C1AAA (or 0x6C1AAA) is known color: Purple Heart. HEX triplet: 6C, 1A and AA. RGB value is (108,26,170). Sum of RGB (Red+Green+Blue) = 108+26+170=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C1AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1AAA is #93E555. Grayscale: #424242. Windows color (decimal): -9692502 or 11147884. OLE color: 11147884.

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

Color convert

RGB 108 26 170 -
CMYK 0.36 0.85 0 0.33
HSL 274.17º 0.73% 0.38% -
HSV(B) 274.17º 0.85% 0.67% -
XYZ 13.81 6.83 38.62 -
YUV 66.93 186.17 157.29 -
System Red Green Blue C M Y K H S L
Decimal 108 26 170 0.36 0.85 0 0.33 274.17 0.73 0.38
Hex 6C 1A AA 24 55 0 21 112 49 26
Octal 154 32 252 44 125 0 41 422 111 46
Binary 1101100 11010 10101010 100100 1010101 0 100001 100010010 1001001 100110

Color Harmonies of #6C1AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1AAA

Black with #6C1AAA

Text Example


Text Example

White with #6C1AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,26,170); }

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

background-color css

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

 a { background-color: rgb(108,26,170); }

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

border-color css

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

 span { border-color: rgb(108,26,170); }

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