Html Css Color HEX #7009CE Dark Violet

📋 copy color: '#7009CE'

red 112 ◦ green 9 ◦ blue 206

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

Shades of Dark Violet #7009CE

Tints of Dark Violet #7009CE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.75%

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

R = 34.25%
G = 2.75%
B = 63%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7009CE (or 0x7009CE) is known color: Dark Violet. HEX triplet: 70, 09 and CE. RGB value is (112,9,206). Sum of RGB (Red+Green+Blue) = 112+9+206=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #7009CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7009CE is #8FF631. Grayscale: #3D3D3D. Windows color (decimal): -9434674 or 13502832. OLE color: 13502832.

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

Color convert

RGB 112 9 206 -
CMYK 0.46 0.96 0 0.19
HSL 271.37º 0.92% 0.42% -
HSV(B) 271.37º 0.96% 0.81% -
XYZ 17.92 8.1 59.01 -
YUV 62.26 209.12 163.48 -
System Red Green Blue C M Y K H S L
Decimal 112 9 206 0.46 0.96 0 0.19 271.37 0.92 0.42
Hex 70 9 CE 2E 60 0 13 10F 5C 2A
Octal 160 11 316 56 140 0 23 417 134 52
Binary 1110000 1001 11001110 101110 1100000 0 10011 100001111 1011100 101010

Color Harmonies of #7009CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7009CE

Black with #7009CE

Text Example


Text Example

White with #7009CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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