Html Css Color HEX #6B0ABF Purple Heart

📋 copy color: '#6B0ABF'

red 107 ◦ green 10 ◦ blue 191

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

Shades of Purple Heart #6B0ABF

Tints of Purple Heart #6B0ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.01%

R = 34.74%
G = 3.25%
B = 62.01%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B0ABF (or 0x6B0ABF) is known color: Purple Heart. HEX triplet: 6B, 0A and BF. RGB value is (107,10,191). Sum of RGB (Red+Green+Blue) = 107+10+191=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B0ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0ABF is #94F540. Grayscale: #3B3B3B. Windows color (decimal): -9762113 or 12520043. OLE color: 12520043.

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

Color convert

RGB 107 10 191 -
CMYK 0.44 0.95 0 0.25
HSL 272.15º 0.9% 0.39% -
HSV(B) 272.15º 0.95% 0.75% -
XYZ 15.58 7.1 49.84 -
YUV 59.64 202.14 161.78 -
System Red Green Blue C M Y K H S L
Decimal 107 10 191 0.44 0.95 0 0.25 272.15 0.9 0.39
Hex 6B A BF 2C 5F 0 19 110 5A 27
Octal 153 12 277 54 137 0 31 420 132 47
Binary 1101011 1010 10111111 101100 1011111 0 11001 100010000 1011010 100111

Color Harmonies of #6B0ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0ABF

Black with #6B0ABF

Text Example


Text Example

White with #6B0ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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