Html Css Color HEX #6B0DAE Purple Heart

📋 copy color: '#6B0DAE'

red 107 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #6B0DAE

Tints of Purple Heart #6B0DAE

RGB

 RED value IS 107 (42.19% from 255) = 36.39%

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

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

R = 36.39%
G = 4.42%
B = 59.18%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B0DAE (or 0x6B0DAE) is known color: Purple Heart. HEX triplet: 6B, 0D and AE. RGB value is (107,13,174). Sum of RGB (Red+Green+Blue) = 107+13+174=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B0DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0DAE is #94F251. Grayscale: #3A3A3A. Windows color (decimal): -9761362 or 11406699. OLE color: 11406699.

HSL color Cylindrical-coordinate representation of color #6B0DAE: hue angle of 275.03º 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 #6B0DAE is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 13 174 -
CMYK 0.39 0.93 0 0.32
HSL 275.03º 0.86% 0.37% -
HSV(B) 275.03º 0.93% 0.68% -
XYZ 13.85 6.47 40.56 -
YUV 59.46 192.64 161.91 -
System Red Green Blue C M Y K H S L
Decimal 107 13 174 0.39 0.93 0 0.32 275.03 0.86 0.37
Hex 6B D AE 27 5D 0 20 113 56 25
Octal 153 15 256 47 135 0 40 423 126 45
Binary 1101011 1101 10101110 100111 1011101 0 100000 100010011 1010110 100101

Color Harmonies of #6B0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0DAE

Black with #6B0DAE

Text Example


Text Example

White with #6B0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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