Html Css Color HEX #7209C9 Dark Violet

📋 copy color: '#7209C9'

red 114 ◦ green 9 ◦ blue 201

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

Shades of Dark Violet #7209C9

Tints of Dark Violet #7209C9

RGB

 RED value IS 114 (44.92% from 255) = 35.19%

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

 BLUE value IS 201 (78.91% from 255) = 62.04%

R = 35.19%
G = 2.78%
B = 62.04%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7209C9 (or 0x7209C9) is known color: Dark Violet. HEX triplet: 72, 09 and C9. RGB value is (114,9,201). Sum of RGB (Red+Green+Blue) = 114+9+201=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 201 (78.91% from 255 or 62.04% from 324); Max value from RGB is 201 - color contains mainly: blue. Hex color #7209C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7209C9 is #8DF636. Grayscale: #3D3D3D. Windows color (decimal): -9303607 or 13175154. OLE color: 13175154.

HSL color Cylindrical-coordinate representation of color #7209C9: hue angle of 272.81º 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 #7209C9 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 9 201 -
CMYK 0.43 0.96 0 0.21
HSL 272.81º 0.91% 0.41% -
HSV(B) 272.81º 0.96% 0.79% -
XYZ 17.58 7.99 55.87 -
YUV 62.28 206.29 164.89 -
System Red Green Blue C M Y K H S L
Decimal 114 9 201 0.43 0.96 0 0.21 272.81 0.91 0.41
Hex 72 9 C9 2B 60 0 15 111 5B 29
Octal 162 11 311 53 140 0 25 421 133 51
Binary 1110010 1001 11001001 101011 1100000 0 10101 100010001 1011011 101001

Color Harmonies of #7209C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7209C9

Black with #7209C9

Text Example


Text Example

White with #7209C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7209C9; }

 p { color: rgb(114,9,201); }

 H1.HeaderClassName
 {
   color: #7209C9;
 }
 .AnyTagClassName
 {
   color: #7209C9;
 }
</style>

background-color css

<style>
 a { background-color: #7209C9; }

 a { background-color: rgb(114,9,201); }

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

border-color css

<style>
 span { border-color: #7209C9; }

 span { border-color: rgb(114,9,201); }

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