Html Css Color HEX #7603DD Dark Violet

📋 copy color: '#7603DD'

red 118 ◦ green 3 ◦ blue 221

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

Shades of Dark Violet #7603DD

Tints of Dark Violet #7603DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.62%

R = 34.5%
G = 0.88%
B = 64.62%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7603DD (or 0x7603DD) is known color: Dark Violet. HEX triplet: 76, 03 and DD. RGB value is (118,3,221). Sum of RGB (Red+Green+Blue) = 118+3+221=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #7603DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7603DD is #89FC22. Grayscale: #3D3D3D. Windows color (decimal): -9042979 or 14484342. OLE color: 14484342.

HSL color Cylindrical-coordinate representation of color #7603DD: hue angle of 271.65º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7603DD is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 3 221 -
CMYK 0.47 0.99 0 0.13
HSL 271.65º 0.97% 0.44% -
HSV(B) 271.65º 0.99% 0.87% -
XYZ 20.55 9.14 69.09 -
YUV 62.24 217.6 167.77 -
System Red Green Blue C M Y K H S L
Decimal 118 3 221 0.47 0.99 0 0.13 271.65 0.97 0.44
Hex 76 3 DD 2F 63 0 D 110 61 2C
Octal 166 3 335 57 143 0 15 420 141 54
Binary 1110110 11 11011101 101111 1100011 0 1101 100010000 1100001 101100

Color Harmonies of #7603DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7603DD

Black with #7603DD

Text Example


Text Example

White with #7603DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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