Html Css Color HEX #7603BD Dark Violet

📋 copy color: '#7603BD'

red 118 ◦ green 3 ◦ blue 189

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

Shades of Dark Violet #7603BD

Tints of Dark Violet #7603BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.97%

R = 38.06%
G = 0.97%
B = 60.97%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7603BD (or 0x7603BD) is known color: Dark Violet. HEX triplet: 76, 03 and BD. RGB value is (118,3,189). Sum of RGB (Red+Green+Blue) = 118+3+189=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #7603BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7603BD is #89FC42. Grayscale: #393939. Windows color (decimal): -9043011 or 12387190. OLE color: 12387190.

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

Color convert

RGB 118 3 189 -
CMYK 0.38 0.98 0 0.26
HSL 277.1º 0.97% 0.38% -
HSV(B) 277.1º 0.98% 0.74% -
XYZ 16.69 7.59 48.73 -
YUV 58.59 201.6 170.38 -
System Red Green Blue C M Y K H S L
Decimal 118 3 189 0.38 0.98 0 0.26 277.1 0.97 0.38
Hex 76 3 BD 26 62 0 1A 115 61 26
Octal 166 3 275 46 142 0 32 425 141 46
Binary 1110110 11 10111101 100110 1100010 0 11010 100010101 1100001 100110

Color Harmonies of #7603BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7603BD

Black with #7603BD

Text Example


Text Example

White with #7603BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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