Html Css Color HEX #7603C1 Dark Violet

📋 copy color: '#7603C1'

red 118 ◦ green 3 ◦ blue 193

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

Shades of Dark Violet #7603C1

Tints of Dark Violet #7603C1

RGB

 RED value IS 118 (46.48% from 255) = 37.58%

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

 BLUE value IS 193 (75.78% from 255) = 61.46%

R = 37.58%
G = 0.96%
B = 61.46%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7603C1 (or 0x7603C1) is known color: Dark Violet. HEX triplet: 76, 03 and C1. RGB value is (118,3,193). Sum of RGB (Red+Green+Blue) = 118+3+193=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 193 (75.78% from 255 or 61.46% from 314); Max value from RGB is 193 - color contains mainly: blue. Hex color #7603C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7603C1 is #89FC3E. Grayscale: #3A3A3A. Windows color (decimal): -9043007 or 12649334. OLE color: 12649334.

HSL color Cylindrical-coordinate representation of color #7603C1: hue angle of 276.32º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7603C1 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 3 193 -
CMYK 0.39 0.98 0 0.24
HSL 276.32º 0.97% 0.38% -
HSV(B) 276.32º 0.98% 0.76% -
XYZ 17.13 7.77 51.05 -
YUV 59.05 203.6 170.05 -
System Red Green Blue C M Y K H S L
Decimal 118 3 193 0.39 0.98 0 0.24 276.32 0.97 0.38
Hex 76 3 C1 27 62 0 18 114 61 26
Octal 166 3 301 47 142 0 30 424 141 46
Binary 1110110 11 11000001 100111 1100010 0 11000 100010100 1100001 100110

Color Harmonies of #7603C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7603C1

Black with #7603C1

Text Example


Text Example

White with #7603C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7603C1; }

 p { color: rgb(118,3,193); }

 H1.HeaderClassName
 {
   color: #7603C1;
 }
 .AnyTagClassName
 {
   color: #7603C1;
 }
</style>

background-color css

<style>
 a { background-color: #7603C1; }

 a { background-color: rgb(118,3,193); }

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

border-color css

<style>
 span { border-color: #7603C1; }

 span { border-color: rgb(118,3,193); }

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