Html Css Color HEX #7000CE Dark Violet

📋 copy color: '#7000CE'

red 112 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #7000CE

Tints of Dark Violet #7000CE

RGB

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

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

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

R = 35.22%
G = 0%
B = 64.78%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7000CE (or 0x7000CE) is known color: Dark Violet. HEX triplet: 70, 00 and CE. RGB value is (112,0,206). Sum of RGB (Red+Green+Blue) = 112+0+206=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #7000CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7000CE is #8FFF31. Grayscale: #383838. Windows color (decimal): -9436978 or 13500528. OLE color: 13500528.

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

Color convert

RGB 112 0 206 -
CMYK 0.46 1 0 0.19
HSL 272.62º 1% 0.4% -
HSV(B) 272.62º 1% 0.81% -
XYZ 17.82 7.9 58.98 -
YUV 56.97 212.11 167.25 -
System Red Green Blue C M Y K H S L
Decimal 112 0 206 0.46 1 0 0.19 272.62 1 0.4
Hex 70 0 CE 2E 64 0 13 111 64 28
Octal 160 0 316 56 144 0 23 421 144 50
Binary 1110000 0 11001110 101110 1100100 0 10011 100010001 1100100 101000

Color Harmonies of #7000CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7000CE

Black with #7000CE

Text Example


Text Example

White with #7000CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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