Html Css Color HEX #7F0ABC Dark Violet

📋 copy color: '#7F0ABC'

red 127 ◦ green 10 ◦ blue 188

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

Shades of Dark Violet #7F0ABC

Tints of Dark Violet #7F0ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.85%

R = 39.08%
G = 3.08%
B = 57.85%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F0ABC (or 0x7F0ABC) is known color: Dark Violet. HEX triplet: 7F, 0A and BC. RGB value is (127,10,188). Sum of RGB (Red+Green+Blue) = 127+10+188=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F0ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0ABC is #80F543. Grayscale: #404040. Windows color (decimal): -8451396 or 12323455. OLE color: 12323455.

HSL color Cylindrical-coordinate representation of color #7F0ABC: hue angle of 279.44º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0ABC is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 10 188 -
CMYK 0.32 0.95 0 0.26
HSL 279.44º 0.9% 0.39% -
HSV(B) 279.44º 0.95% 0.74% -
XYZ 17.94 8.36 48.25 -
YUV 65.28 197.26 172.03 -
System Red Green Blue C M Y K H S L
Decimal 127 10 188 0.32 0.95 0 0.26 279.44 0.9 0.39
Hex 7F A BC 20 5F 0 1A 117 5A 27
Octal 177 12 274 40 137 0 32 427 132 47
Binary 1111111 1010 10111100 100000 1011111 0 11010 100010111 1011010 100111

Color Harmonies of #7F0ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0ABC

Black with #7F0ABC

Text Example


Text Example

White with #7F0ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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