Html Css Color HEX #7103C6 Dark Violet

📋 copy color: '#7103C6'

red 113 ◦ green 3 ◦ blue 198

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

Shades of Dark Violet #7103C6

Tints of Dark Violet #7103C6

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 198 (77.73% from 255) = 63.06%

R = 35.99%
G = 0.96%
B = 63.06%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7103C6 (or 0x7103C6) is known color: Dark Violet. HEX triplet: 71, 03 and C6. RGB value is (113,3,198). Sum of RGB (Red+Green+Blue) = 113+3+198=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 198 (77.73% from 255 or 63.06% from 314); Max value from RGB is 198 - color contains mainly: blue. Hex color #7103C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7103C6 is #8EFC39. Grayscale: #393939. Windows color (decimal): -9370682 or 12977009. OLE color: 12977009.

HSL color Cylindrical-coordinate representation of color #7103C6: hue angle of 273.85º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7103C6 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 3 198 -
CMYK 0.43 0.98 0 0.22
HSL 273.85º 0.97% 0.39% -
HSV(B) 273.85º 0.98% 0.78% -
XYZ 17.04 7.65 54.01 -
YUV 58.12 206.94 167.14 -
System Red Green Blue C M Y K H S L
Decimal 113 3 198 0.43 0.98 0 0.22 273.85 0.97 0.39
Hex 71 3 C6 2B 62 0 16 112 61 27
Octal 161 3 306 53 142 0 26 422 141 47
Binary 1110001 11 11000110 101011 1100010 0 10110 100010010 1100001 100111

Color Harmonies of #7103C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7103C6

Black with #7103C6

Text Example


Text Example

White with #7103C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7103C6; }

 p { color: rgb(113,3,198); }

 H1.HeaderClassName
 {
   color: #7103C6;
 }
 .AnyTagClassName
 {
   color: #7103C6;
 }
</style>

background-color css

<style>
 a { background-color: #7103C6; }

 a { background-color: rgb(113,3,198); }

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

border-color css

<style>
 span { border-color: #7103C6; }

 span { border-color: rgb(113,3,198); }

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