Html Css Color HEX #7603BC Dark Violet

📋 copy color: '#7603BC'

red 118 ◦ green 3 ◦ blue 188

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

Shades of Dark Violet #7603BC

Tints of Dark Violet #7603BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.84%

R = 38.19%
G = 0.97%
B = 60.84%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7603BC (or 0x7603BC) is known color: Dark Violet. HEX triplet: 76, 03 and BC. RGB value is (118,3,188). Sum of RGB (Red+Green+Blue) = 118+3+188=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #7603BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7603BC is #89FC43. Grayscale: #393939. Windows color (decimal): -9043012 or 12321654. OLE color: 12321654.

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

Color convert

RGB 118 3 188 -
CMYK 0.37 0.98 0 0.26
HSL 277.3º 0.97% 0.37% -
HSV(B) 277.3º 0.98% 0.74% -
XYZ 16.58 7.55 48.16 -
YUV 58.48 201.1 170.46 -
System Red Green Blue C M Y K H S L
Decimal 118 3 188 0.37 0.98 0 0.26 277.3 0.97 0.37
Hex 76 3 BC 25 62 0 1A 115 61 25
Octal 166 3 274 45 142 0 32 425 141 45
Binary 1110110 11 10111100 100101 1100010 0 11010 100010101 1100001 100101

Color Harmonies of #7603BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7603BC

Black with #7603BC

Text Example


Text Example

White with #7603BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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