Html Css Color HEX #7000BF Dark Violet

📋 copy color: '#7000BF'

red 112 ◦ green 0 ◦ blue 191

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

Shades of Dark Violet #7000BF

Tints of Dark Violet #7000BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.04%

R = 36.96%
G = 0%
B = 63.04%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7000BF (or 0x7000BF) is known color: Dark Violet. HEX triplet: 70, 00 and BF. RGB value is (112,0,191). Sum of RGB (Red+Green+Blue) = 112+0+191=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #7000BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7000BF is #8FFF40. Grayscale: #363636. Windows color (decimal): -9436993 or 12517488. OLE color: 12517488.

HSL color Cylindrical-coordinate representation of color #7000BF: hue angle of 275.18º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7000BF is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 0 191 -
CMYK 0.41 1 0 0.25
HSL 275.18º 1% 0.37% -
HSV(B) 275.18º 1% 0.75% -
XYZ 16.09 7.21 49.83 -
YUV 55.26 204.61 168.47 -
System Red Green Blue C M Y K H S L
Decimal 112 0 191 0.41 1 0 0.25 275.18 1 0.37
Hex 70 0 BF 29 64 0 19 113 64 25
Octal 160 0 277 51 144 0 31 423 144 45
Binary 1110000 0 10111111 101001 1100100 0 11001 100010011 1100100 100101

Color Harmonies of #7000BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7000BF

Black with #7000BF

Text Example


Text Example

White with #7000BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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