Html Css Color HEX #7000B7 Dark Violet

📋 copy color: '#7000B7'

red 112 ◦ green 0 ◦ blue 183

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

Shades of Dark Violet #7000B7

Tints of Dark Violet #7000B7

RGB

 RED value IS 112 (44.14% from 255) = 37.97%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 183 (71.88% from 255) = 62.03%

R = 37.97%
G = 0%
B = 62.03%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7000B7 (or 0x7000B7) is known color: Dark Violet. HEX triplet: 70, 00 and B7. RGB value is (112,0,183). Sum of RGB (Red+Green+Blue) = 112+0+183=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 183 (71.88% from 255 or 62.03% from 295); Max value from RGB is 183 - color contains mainly: blue. Hex color #7000B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7000B7 is #8FFF48. Grayscale: #353535. Windows color (decimal): -9437001 or 11993200. OLE color: 11993200.

HSL color Cylindrical-coordinate representation of color #7000B7: hue angle of 276.72º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7000B7 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 0 183 -
CMYK 0.39 1 0 0.28
HSL 276.72º 1% 0.36% -
HSV(B) 276.72º 1% 0.72% -
XYZ 15.23 6.86 45.32 -
YUV 54.35 200.61 169.12 -
System Red Green Blue C M Y K H S L
Decimal 112 0 183 0.39 1 0 0.28 276.72 1 0.36
Hex 70 0 B7 27 64 0 1C 115 64 24
Octal 160 0 267 47 144 0 34 425 144 44
Binary 1110000 0 10110111 100111 1100100 0 11100 100010101 1100100 100100

Color Harmonies of #7000B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7000B7

Black with #7000B7

Text Example


Text Example

White with #7000B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7000B7; }

 p { color: rgb(112,0,183); }

 H1.HeaderClassName
 {
   color: #7000B7;
 }
 .AnyTagClassName
 {
   color: #7000B7;
 }
</style>

background-color css

<style>
 a { background-color: #7000B7; }

 a { background-color: rgb(112,0,183); }

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

border-color css

<style>
 span { border-color: #7000B7; }

 span { border-color: rgb(112,0,183); }

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