Html Css Color HEX #7005CE Dark Violet

📋 copy color: '#7005CE'

red 112 ◦ green 5 ◦ blue 206

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

Shades of Dark Violet #7005CE

Tints of Dark Violet #7005CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.55%

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

R = 34.67%
G = 1.55%
B = 63.78%

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

#7005CE (or 0x7005CE) is known color: Dark Violet. HEX triplet: 70, 05 and CE. RGB value is (112,5,206). Sum of RGB (Red+Green+Blue) = 112+5+206=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #7005CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7005CE is #8FFA31. Grayscale: #3B3B3B. Windows color (decimal): -9435698 or 13501808. OLE color: 13501808.

HSL color Cylindrical-coordinate representation of color #7005CE: hue angle of 271.94º degrees, saturation: 0.95, 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 #7005CE is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 5 206 -
CMYK 0.46 0.98 0 0.19
HSL 271.94º 0.95% 0.41% -
HSV(B) 271.94º 0.98% 0.81% -
XYZ 17.88 8.01 59 -
YUV 59.91 210.45 165.16 -
System Red Green Blue C M Y K H S L
Decimal 112 5 206 0.46 0.98 0 0.19 271.94 0.95 0.41
Hex 70 5 CE 2E 62 0 13 110 5F 29
Octal 160 5 316 56 142 0 23 420 137 51
Binary 1110000 101 11001110 101110 1100010 0 10011 100010000 1011111 101001

Color Harmonies of #7005CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7005CE

Black with #7005CE

Text Example


Text Example

White with #7005CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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