Html Css Color HEX #7009CA Dark Violet

📋 copy color: '#7009CA'

red 112 ◦ green 9 ◦ blue 202

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

Shades of Dark Violet #7009CA

Tints of Dark Violet #7009CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 62.54%

R = 34.67%
G = 2.79%
B = 62.54%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7009CA (or 0x7009CA) is known color: Dark Violet. HEX triplet: 70, 09 and CA. RGB value is (112,9,202). Sum of RGB (Red+Green+Blue) = 112+9+202=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #7009CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7009CA is #8FF635. Grayscale: #3D3D3D. Windows color (decimal): -9434678 or 13240688. OLE color: 13240688.

HSL color Cylindrical-coordinate representation of color #7009CA: hue angle of 272.02º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7009CA is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 9 202 -
CMYK 0.45 0.96 0 0.21
HSL 272.02º 0.91% 0.41% -
HSV(B) 272.02º 0.96% 0.79% -
XYZ 17.44 7.9 56.48 -
YUV 61.8 207.12 163.81 -
System Red Green Blue C M Y K H S L
Decimal 112 9 202 0.45 0.96 0 0.21 272.02 0.91 0.41
Hex 70 9 CA 2D 60 0 15 110 5B 29
Octal 160 11 312 55 140 0 25 420 133 51
Binary 1110000 1001 11001010 101101 1100000 0 10101 100010000 1011011 101001

Color Harmonies of #7009CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7009CA

Black with #7009CA

Text Example


Text Example

White with #7009CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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