Html Css Color HEX #7F0BCD Dark Violet

📋 copy color: '#7F0BCD'

red 127 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #7F0BCD

Tints of Dark Violet #7F0BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.77%

R = 37.03%
G = 3.21%
B = 59.77%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F0BCD (or 0x7F0BCD) is known color: Dark Violet. HEX triplet: 7F, 0B and CD. RGB value is (127,11,205). Sum of RGB (Red+Green+Blue) = 127+11+205=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F0BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0BCD is #80F432. Grayscale: #434343. Windows color (decimal): -8451123 or 13437823. OLE color: 13437823.

HSL color Cylindrical-coordinate representation of color #7F0BCD: hue angle of 275.88º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0BCD is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 11 205 -
CMYK 0.38 0.95 0 0.20
HSL 275.88º 0.9% 0.42% -
HSV(B) 275.88º 0.95% 0.8% -
XYZ 19.89 9.16 58.48 -
YUV 67.8 205.43 170.23 -
System Red Green Blue C M Y K H S L
Decimal 127 11 205 0.38 0.95 0 0.20 275.88 0.9 0.42
Hex 7F B CD 26 5F 0 14 114 5A 2A
Octal 177 13 315 46 137 0 24 424 132 52
Binary 1111111 1011 11001101 100110 1011111 0 10100 100010100 1011010 101010

Color Harmonies of #7F0BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0BCD

Black with #7F0BCD

Text Example


Text Example

White with #7F0BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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