Html Css Color HEX #6C15AE Purple Heart

📋 copy color: '#6C15AE'

red 108 ◦ green 21 ◦ blue 174

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

Shades of Purple Heart #6C15AE

Tints of Purple Heart #6C15AE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.93%

 BLUE value IS 174 (68.36% from 255) = 57.43%

R = 35.64%
G = 6.93%
B = 57.43%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C15AE (or 0x6C15AE) is known color: Purple Heart. HEX triplet: 6C, 15 and AE. RGB value is (108,21,174). Sum of RGB (Red+Green+Blue) = 108+21+174=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C15AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C15AE is #93EA51. Grayscale: #3F3F3F. Windows color (decimal): -9693778 or 11408748. OLE color: 11408748.

HSL color Cylindrical-coordinate representation of color #6C15AE: hue angle of 274.12º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C15AE is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 21 174 -
CMYK 0.38 0.88 0 0.32
HSL 274.12º 0.78% 0.38% -
HSV(B) 274.12º 0.88% 0.68% -
XYZ 14.09 6.78 40.61 -
YUV 64.46 189.82 159.06 -
System Red Green Blue C M Y K H S L
Decimal 108 21 174 0.38 0.88 0 0.32 274.12 0.78 0.38
Hex 6C 15 AE 26 58 0 20 112 4E 26
Octal 154 25 256 46 130 0 40 422 116 46
Binary 1101100 10101 10101110 100110 1011000 0 100000 100010010 1001110 100110

Color Harmonies of #6C15AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C15AE

Black with #6C15AE

Text Example


Text Example

White with #6C15AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,21,174); }

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

background-color css

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

 a { background-color: rgb(108,21,174); }

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

border-color css

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

 span { border-color: rgb(108,21,174); }

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