Html Css Color HEX #7000BE Dark Violet

📋 copy color: '#7000BE'

red 112 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #7000BE

Tints of Dark Violet #7000BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.91%

R = 37.09%
G = 0%
B = 62.91%

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

#7000BE (or 0x7000BE) is known color: Dark Violet. HEX triplet: 70, 00 and BE. RGB value is (112,0,190). Sum of RGB (Red+Green+Blue) = 112+0+190=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #7000BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7000BE is #8FFF41. Grayscale: #363636. Windows color (decimal): -9436994 or 12451952. OLE color: 12451952.

HSL color Cylindrical-coordinate representation of color #7000BE: hue angle of 275.37º 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 #7000BE is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 0 190 -
CMYK 0.41 1 0 0.25
HSL 275.37º 1% 0.37% -
HSV(B) 275.37º 1% 0.75% -
XYZ 15.98 7.16 49.26 -
YUV 55.15 204.11 168.55 -
System Red Green Blue C M Y K H S L
Decimal 112 0 190 0.41 1 0 0.25 275.37 1 0.37
Hex 70 0 BE 29 64 0 19 113 64 25
Octal 160 0 276 51 144 0 31 423 144 45
Binary 1110000 0 10111110 101001 1100100 0 11001 100010011 1100100 100101

Color Harmonies of #7000BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7000BE

Black with #7000BE

Text Example


Text Example

White with #7000BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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