Html Css Color HEX #6C0DAE Purple Heart

📋 copy color: '#6C0DAE'

red 108 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #6C0DAE

Tints of Purple Heart #6C0DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.41%

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

R = 36.61%
G = 4.41%
B = 58.98%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C0DAE (or 0x6C0DAE) is known color: Purple Heart. HEX triplet: 6C, 0D and AE. RGB value is (108,13,174). Sum of RGB (Red+Green+Blue) = 108+13+174=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C0DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0DAE is #93F251. Grayscale: #3B3B3B. Windows color (decimal): -9695826 or 11406700. OLE color: 11406700.

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

Color convert

RGB 108 13 174 -
CMYK 0.38 0.93 0 0.32
HSL 275.4º 0.86% 0.37% -
HSV(B) 275.4º 0.93% 0.68% -
XYZ 13.97 6.53 40.57 -
YUV 59.76 192.47 162.41 -
System Red Green Blue C M Y K H S L
Decimal 108 13 174 0.38 0.93 0 0.32 275.4 0.86 0.37
Hex 6C D AE 26 5D 0 20 113 56 25
Octal 154 15 256 46 135 0 40 423 126 45
Binary 1101100 1101 10101110 100110 1011101 0 100000 100010011 1010110 100101

Color Harmonies of #6C0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0DAE

Black with #6C0DAE

Text Example


Text Example

White with #6C0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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