Html Css Color HEX #7F0ABB Dark Violet

📋 copy color: '#7F0ABB'

red 127 ◦ green 10 ◦ blue 187

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

Shades of Dark Violet #7F0ABB

Tints of Dark Violet #7F0ABB

RGB

 RED value IS 127 (50% from 255) = 39.2%

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

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

R = 39.2%
G = 3.09%
B = 57.72%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F0ABB (or 0x7F0ABB) is known color: Dark Violet. HEX triplet: 7F, 0A and BB. RGB value is (127,10,187). Sum of RGB (Red+Green+Blue) = 127+10+187=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F0ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0ABB is #80F544. Grayscale: #404040. Windows color (decimal): -8451397 or 12257919. OLE color: 12257919.

HSL color Cylindrical-coordinate representation of color #7F0ABB: hue angle of 279.66º 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 #7F0ABB is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 10 187 -
CMYK 0.32 0.95 0 0.27
HSL 279.66º 0.9% 0.39% -
HSV(B) 279.66º 0.95% 0.73% -
XYZ 17.83 8.32 47.68 -
YUV 65.16 196.76 172.11 -
System Red Green Blue C M Y K H S L
Decimal 127 10 187 0.32 0.95 0 0.27 279.66 0.9 0.39
Hex 7F A BB 20 5F 0 1B 118 5A 27
Octal 177 12 273 40 137 0 33 430 132 47
Binary 1111111 1010 10111011 100000 1011111 0 11011 100011000 1011010 100111

Color Harmonies of #7F0ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0ABB

Black with #7F0ABB

Text Example


Text Example

White with #7F0ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F0ABB; }

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

 H1.HeaderClassName
 {
   color: #7F0ABB;
 }
 .AnyTagClassName
 {
   color: #7F0ABB;
 }
</style>

background-color css

<style>
 a { background-color: #7F0ABB; }

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

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

border-color css

<style>
 span { border-color: #7F0ABB; }

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

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