Html Css Color HEX #7001CE Dark Violet

📋 copy color: '#7001CE'

red 112 ◦ green 1 ◦ blue 206

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

Shades of Dark Violet #7001CE

Tints of Dark Violet #7001CE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 35.11%
G = 0.31%
B = 64.58%

CMYK

 C value IS 0.46

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7001CE (or 0x7001CE) is known color: Dark Violet. HEX triplet: 70, 01 and CE. RGB value is (112,1,206). Sum of RGB (Red+Green+Blue) = 112+1+206=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #7001CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7001CE is #8FFE31. Grayscale: #383838. Windows color (decimal): -9436722 or 13500784. OLE color: 13500784.

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

Color convert

RGB 112 1 206 -
CMYK 0.46 1.00 0 0.19
HSL 272.49º 0.99% 0.41% -
HSV(B) 272.49º 1% 0.81% -
XYZ 17.83 7.92 58.98 -
YUV 57.56 211.77 166.83 -
System Red Green Blue C M Y K H S L
Decimal 112 1 206 0.46 1.00 0 0.19 272.49 0.99 0.41
Hex 70 1 CE 2E 64 0 13 110 63 29
Octal 160 1 316 56 144 0 23 420 143 51
Binary 1110000 1 11001110 101110 1100100 0 10011 100010000 1100011 101001

Color Harmonies of #7001CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7001CE

Black with #7001CE

Text Example


Text Example

White with #7001CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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