Html Css Color HEX #7109D2 Dark Violet

📋 copy color: '#7109D2'

red 113 ◦ green 9 ◦ blue 210

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

Shades of Dark Violet #7109D2

Tints of Dark Violet #7109D2

RGB

 RED value IS 113 (44.53% from 255) = 34.04%

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

 BLUE value IS 210 (82.42% from 255) = 63.25%

R = 34.04%
G = 2.71%
B = 63.25%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7109D2 (or 0x7109D2) is known color: Dark Violet. HEX triplet: 71, 09 and D2. RGB value is (113,9,210). Sum of RGB (Red+Green+Blue) = 113+9+210=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 210 (82.42% from 255 or 63.25% from 332); Max value from RGB is 210 - color contains mainly: blue. Hex color #7109D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7109D2 is #8EF62D. Grayscale: #3E3E3E. Windows color (decimal): -9369134 or 13764977. OLE color: 13764977.

HSL color Cylindrical-coordinate representation of color #7109D2: hue angle of 271.04º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7109D2 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 9 210 -
CMYK 0.46 0.96 0 0.18
HSL 271.04º 0.92% 0.43% -
HSV(B) 271.04º 0.96% 0.82% -
XYZ 18.54 8.36 61.61 -
YUV 63.01 210.96 163.66 -
System Red Green Blue C M Y K H S L
Decimal 113 9 210 0.46 0.96 0 0.18 271.04 0.92 0.43
Hex 71 9 D2 2E 60 0 12 10F 5C 2B
Octal 161 11 322 56 140 0 22 417 134 53
Binary 1110001 1001 11010010 101110 1100000 0 10010 100001111 1011100 101011

Color Harmonies of #7109D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7109D2

Black with #7109D2

Text Example


Text Example

White with #7109D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7109D2; }

 p { color: rgb(113,9,210); }

 H1.HeaderClassName
 {
   color: #7109D2;
 }
 .AnyTagClassName
 {
   color: #7109D2;
 }
</style>

background-color css

<style>
 a { background-color: #7109D2; }

 a { background-color: rgb(113,9,210); }

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

border-color css

<style>
 span { border-color: #7109D2; }

 span { border-color: rgb(113,9,210); }

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