Html Css Color HEX #6B0ABB Purple Heart

📋 copy color: '#6B0ABB'

red 107 ◦ green 10 ◦ blue 187

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

Shades of Purple Heart #6B0ABB

Tints of Purple Heart #6B0ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.51%

R = 35.2%
G = 3.29%
B = 61.51%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B0ABB (or 0x6B0ABB) is known color: Purple Heart. HEX triplet: 6B, 0A and BB. RGB value is (107,10,187). Sum of RGB (Red+Green+Blue) = 107+10+187=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B0ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0ABB is #94F544. Grayscale: #3A3A3A. Windows color (decimal): -9762117 or 12257899. OLE color: 12257899.

HSL color Cylindrical-coordinate representation of color #6B0ABB: hue angle of 272.88º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0ABB is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 10 187 -
CMYK 0.43 0.95 0 0.27
HSL 272.88º 0.9% 0.39% -
HSV(B) 272.88º 0.95% 0.73% -
XYZ 15.14 6.93 47.55 -
YUV 59.18 200.14 162.11 -
System Red Green Blue C M Y K H S L
Decimal 107 10 187 0.43 0.95 0 0.27 272.88 0.9 0.39
Hex 6B A BB 2B 5F 0 1B 111 5A 27
Octal 153 12 273 53 137 0 33 421 132 47
Binary 1101011 1010 10111011 101011 1011111 0 11011 100010001 1011010 100111

Color Harmonies of #6B0ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0ABB

Black with #6B0ABB

Text Example


Text Example

White with #6B0ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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