Html Css Color HEX #7F0BCC Dark Violet

📋 copy color: '#7F0BCC'

red 127 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #7F0BCC

Tints of Dark Violet #7F0BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.65%

R = 37.13%
G = 3.22%
B = 59.65%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F0BCC (or 0x7F0BCC) is known color: Dark Violet. HEX triplet: 7F, 0B and CC. RGB value is (127,11,204). Sum of RGB (Red+Green+Blue) = 127+11+204=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F0BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0BCC is #80F433. Grayscale: #434343. Windows color (decimal): -8451124 or 13372287. OLE color: 13372287.

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

Color convert

RGB 127 11 204 -
CMYK 0.38 0.95 0 0.2
HSL 276.06º 0.9% 0.42% -
HSV(B) 276.06º 0.95% 0.8% -
XYZ 19.77 9.11 57.84 -
YUV 67.69 204.93 170.31 -
System Red Green Blue C M Y K H S L
Decimal 127 11 204 0.38 0.95 0 0.2 276.06 0.9 0.42
Hex 7F B CC 26 5F 0 14 114 5A 2A
Octal 177 13 314 46 137 0 24 424 132 52
Binary 1111111 1011 11001100 100110 1011111 0 10100 100010100 1011010 101010

Color Harmonies of #7F0BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0BCC

Black with #7F0BCC

Text Example


Text Example

White with #7F0BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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