Html Css Color HEX #7004BE Dark Violet

📋 copy color: '#7004BE'

red 112 ◦ green 4 ◦ blue 190

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

Shades of Dark Violet #7004BE

Tints of Dark Violet #7004BE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.31%

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

R = 36.6%
G = 1.31%
B = 62.09%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7004BE (or 0x7004BE) is known color: Dark Violet. HEX triplet: 70, 04 and BE. RGB value is (112,4,190). Sum of RGB (Red+Green+Blue) = 112+4+190=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #7004BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7004BE is #8FFB41. Grayscale: #383838. Windows color (decimal): -9435970 or 12452976. OLE color: 12452976.

HSL color Cylindrical-coordinate representation of color #7004BE: hue angle of 274.84º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7004BE is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 4 190 -
CMYK 0.41 0.98 0 0.25
HSL 274.84º 0.96% 0.38% -
HSV(B) 274.84º 0.98% 0.75% -
XYZ 16.02 7.25 49.27 -
YUV 57.5 202.78 166.88 -
System Red Green Blue C M Y K H S L
Decimal 112 4 190 0.41 0.98 0 0.25 274.84 0.96 0.38
Hex 70 4 BE 29 62 0 19 113 60 26
Octal 160 4 276 51 142 0 31 423 140 46
Binary 1110000 100 10111110 101001 1100010 0 11001 100010011 1100000 100110

Color Harmonies of #7004BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7004BE

Black with #7004BE

Text Example


Text Example

White with #7004BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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