Html Css Color HEX #6C14AA Purple Heart

📋 copy color: '#6C14AA'

red 108 ◦ green 20 ◦ blue 170

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

Shades of Purple Heart #6C14AA

Tints of Purple Heart #6C14AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.71%

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

R = 36.24%
G = 6.71%
B = 57.05%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C14AA (or 0x6C14AA) is known color: Purple Heart. HEX triplet: 6C, 14 and AA. RGB value is (108,20,170). Sum of RGB (Red+Green+Blue) = 108+20+170=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C14AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C14AA is #93EB55. Grayscale: #3E3E3E. Windows color (decimal): -9694038 or 11146348. OLE color: 11146348.

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

Color convert

RGB 108 20 170 -
CMYK 0.36 0.88 0 0.33
HSL 275.2º 0.79% 0.37% -
HSV(B) 275.2º 0.88% 0.67% -
XYZ 13.69 6.59 38.58 -
YUV 63.41 188.15 159.8 -
System Red Green Blue C M Y K H S L
Decimal 108 20 170 0.36 0.88 0 0.33 275.2 0.79 0.37
Hex 6C 14 AA 24 58 0 21 113 4F 25
Octal 154 24 252 44 130 0 41 423 117 45
Binary 1101100 10100 10101010 100100 1011000 0 100001 100010011 1001111 100101

Color Harmonies of #6C14AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C14AA

Black with #6C14AA

Text Example


Text Example

White with #6C14AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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