Html Css Color HEX #7004CE Dark Violet

📋 copy color: '#7004CE'

red 112 ◦ green 4 ◦ blue 206

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

Shades of Dark Violet #7004CE

Tints of Dark Violet #7004CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.98%

R = 34.78%
G = 1.24%
B = 63.98%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7004CE (or 0x7004CE) is known color: Dark Violet. HEX triplet: 70, 04 and CE. RGB value is (112,4,206). Sum of RGB (Red+Green+Blue) = 112+4+206=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #7004CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7004CE is #8FFB31. Grayscale: #3A3A3A. Windows color (decimal): -9435954 or 13501552. OLE color: 13501552.

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

Color convert

RGB 112 4 206 -
CMYK 0.46 0.98 0 0.19
HSL 272.08º 0.96% 0.41% -
HSV(B) 272.08º 0.98% 0.81% -
XYZ 17.87 7.99 58.99 -
YUV 59.32 210.78 165.57 -
System Red Green Blue C M Y K H S L
Decimal 112 4 206 0.46 0.98 0 0.19 272.08 0.96 0.41
Hex 70 4 CE 2E 62 0 13 110 60 29
Octal 160 4 316 56 142 0 23 420 140 51
Binary 1110000 100 11001110 101110 1100010 0 10011 100010000 1100000 101001

Color Harmonies of #7004CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7004CE

Black with #7004CE

Text Example


Text Example

White with #7004CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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