Html Css Color HEX #7F0BD1 Dark Violet

📋 copy color: '#7F0BD1'

red 127 ◦ green 11 ◦ blue 209

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

Shades of Dark Violet #7F0BD1

Tints of Dark Violet #7F0BD1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.17%

 BLUE value IS 209 (82.03% from 255) = 60.23%

R = 36.6%
G = 3.17%
B = 60.23%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7F0BD1 (or 0x7F0BD1) is known color: Dark Violet. HEX triplet: 7F, 0B and D1. RGB value is (127,11,209). Sum of RGB (Red+Green+Blue) = 127+11+209=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 209 (82.03% from 255 or 60.23% from 347); Max value from RGB is 209 - color contains mainly: blue. Hex color #7F0BD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0BD1 is #80F42E. Grayscale: #434343. Windows color (decimal): -8451119 or 13699967. OLE color: 13699967.

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

Color convert

RGB 127 11 209 -
CMYK 0.39 0.95 0 0.18
HSL 275.15º 0.9% 0.43% -
HSV(B) 275.15º 0.95% 0.82% -
XYZ 20.38 9.35 61.05 -
YUV 68.26 207.43 169.9 -
System Red Green Blue C M Y K H S L
Decimal 127 11 209 0.39 0.95 0 0.18 275.15 0.9 0.43
Hex 7F B D1 27 5F 0 12 113 5A 2B
Octal 177 13 321 47 137 0 22 423 132 53
Binary 1111111 1011 11010001 100111 1011111 0 10010 100010011 1011010 101011

Color Harmonies of #7F0BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0BD1

Black with #7F0BD1

Text Example


Text Example

White with #7F0BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,11,209); }

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

background-color css

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

 a { background-color: rgb(127,11,209); }

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

border-color css

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

 span { border-color: rgb(127,11,209); }

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