Html Css Color HEX #7503DB Dark Violet

📋 copy color: '#7503DB'

red 117 ◦ green 3 ◦ blue 219

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

Shades of Dark Violet #7503DB

Tints of Dark Violet #7503DB

RGB

 RED value IS 117 (46.09% from 255) = 34.51%

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

 BLUE value IS 219 (85.94% from 255) = 64.6%

R = 34.51%
G = 0.88%
B = 64.6%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7503DB (or 0x7503DB) is known color: Dark Violet. HEX triplet: 75, 03 and DB. RGB value is (117,3,219). Sum of RGB (Red+Green+Blue) = 117+3+219=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #7503DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7503DB is #8AFC24. Grayscale: #3C3C3C. Windows color (decimal): -9108517 or 14353269. OLE color: 14353269.

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

Color convert

RGB 117 3 219 -
CMYK 0.47 0.99 0 0.14
HSL 271.67º 0.97% 0.44% -
HSV(B) 271.67º 0.99% 0.86% -
XYZ 20.15 8.96 67.69 -
YUV 61.71 216.77 167.44 -
System Red Green Blue C M Y K H S L
Decimal 117 3 219 0.47 0.99 0 0.14 271.67 0.97 0.44
Hex 75 3 DB 2F 63 0 E 110 61 2C
Octal 165 3 333 57 143 0 16 420 141 54
Binary 1110101 11 11011011 101111 1100011 0 1110 100010000 1100001 101100

Color Harmonies of #7503DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7503DB

Black with #7503DB

Text Example


Text Example

White with #7503DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7503DB; }

 p { color: rgb(117,3,219); }

 H1.HeaderClassName
 {
   color: #7503DB;
 }
 .AnyTagClassName
 {
   color: #7503DB;
 }
</style>

background-color css

<style>
 a { background-color: #7503DB; }

 a { background-color: rgb(117,3,219); }

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

border-color css

<style>
 span { border-color: #7503DB; }

 span { border-color: rgb(117,3,219); }

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