Html Css Color HEX #6B0ABE Purple Heart

📋 copy color: '#6B0ABE'

red 107 ◦ green 10 ◦ blue 190

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

Shades of Purple Heart #6B0ABE

Tints of Purple Heart #6B0ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.89%

R = 34.85%
G = 3.26%
B = 61.89%

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

#6B0ABE (or 0x6B0ABE) is known color: Purple Heart. HEX triplet: 6B, 0A and BE. RGB value is (107,10,190). Sum of RGB (Red+Green+Blue) = 107+10+190=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B0ABE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0ABE is #94F541. Grayscale: #3A3A3A. Windows color (decimal): -9762114 or 12454507. OLE color: 12454507.

HSL color Cylindrical-coordinate representation of color #6B0ABE: hue angle of 272.33º 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 #6B0ABE is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 10 190 -
CMYK 0.44 0.95 0 0.25
HSL 272.33º 0.9% 0.39% -
HSV(B) 272.33º 0.95% 0.75% -
XYZ 15.47 7.06 49.26 -
YUV 59.52 201.64 161.86 -
System Red Green Blue C M Y K H S L
Decimal 107 10 190 0.44 0.95 0 0.25 272.33 0.9 0.39
Hex 6B A BE 2C 5F 0 19 110 5A 27
Octal 153 12 276 54 137 0 31 420 132 47
Binary 1101011 1010 10111110 101100 1011111 0 11001 100010000 1011010 100111

Color Harmonies of #6B0ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0ABE

Black with #6B0ABE

Text Example


Text Example

White with #6B0ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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