Html Css Color HEX #6B0AAB Purple Heart

📋 copy color: '#6B0AAB'

red 107 ◦ green 10 ◦ blue 171

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

Shades of Purple Heart #6B0AAB

Tints of Purple Heart #6B0AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.47%

 BLUE value IS 171 (67.19% from 255) = 59.38%

R = 37.15%
G = 3.47%
B = 59.38%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B0AAB (or 0x6B0AAB) is known color: Purple Heart. HEX triplet: 6B, 0A and AB. RGB value is (107,10,171). Sum of RGB (Red+Green+Blue) = 107+10+171=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B0AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0AAB is #94F554. Grayscale: #383838. Windows color (decimal): -9762133 or 11209323. OLE color: 11209323.

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

Color convert

RGB 107 10 171 -
CMYK 0.37 0.94 0 0.33
HSL 276.15º 0.89% 0.35% -
HSV(B) 276.15º 0.94% 0.67% -
XYZ 13.52 6.28 39.03 -
YUV 57.36 192.14 163.41 -
System Red Green Blue C M Y K H S L
Decimal 107 10 171 0.37 0.94 0 0.33 276.15 0.89 0.35
Hex 6B A AB 25 5E 0 21 114 59 23
Octal 153 12 253 45 136 0 41 424 131 43
Binary 1101011 1010 10101011 100101 1011110 0 100001 100010100 1011001 100011

Color Harmonies of #6B0AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0AAB

Black with #6B0AAB

Text Example


Text Example

White with #6B0AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,10,171); }

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

background-color css

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

 a { background-color: rgb(107,10,171); }

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

border-color css

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

 span { border-color: rgb(107,10,171); }

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