Html Css Color HEX #7500DB Dark Violet

📋 copy color: '#7500DB'

red 117 ◦ green 0 ◦ blue 219

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

Shades of Dark Violet #7500DB

Tints of Dark Violet #7500DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.82%
G = 0%
B = 65.18%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7500DB (or 0x7500DB) is known color: Dark Violet. HEX triplet: 75, 00 and DB. RGB value is (117,0,219). Sum of RGB (Red+Green+Blue) = 117+0+219=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #7500DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7500DB is #8AFF24. Grayscale: #3B3B3B. Windows color (decimal): -9109285 or 14352501. OLE color: 14352501.

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

Color convert

RGB 117 0 219 -
CMYK 0.47 1 0 0.14
HSL 272.05º 1% 0.43% -
HSV(B) 272.05º 1% 0.86% -
XYZ 20.12 8.9 67.67 -
YUV 59.95 217.76 168.69 -
System Red Green Blue C M Y K H S L
Decimal 117 0 219 0.47 1 0 0.14 272.05 1 0.43
Hex 75 0 DB 2F 64 0 E 110 64 2B
Octal 165 0 333 57 144 0 16 420 144 53
Binary 1110101 0 11011011 101111 1100100 0 1110 100010000 1100100 101011

Color Harmonies of #7500DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7500DB

Black with #7500DB

Text Example


Text Example

White with #7500DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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