Html Css Color HEX #7505DB Dark Violet

📋 copy color: '#7505DB'

red 117 ◦ green 5 ◦ blue 219

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

Shades of Dark Violet #7505DB

Tints of Dark Violet #7505DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

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

R = 34.31%
G = 1.47%
B = 64.22%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7505DB (or 0x7505DB) is known color: Dark Violet. HEX triplet: 75, 05 and DB. RGB value is (117,5,219). Sum of RGB (Red+Green+Blue) = 117+5+219=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #7505DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7505DB is #8AFA24. Grayscale: #3E3E3E. Windows color (decimal): -9108005 or 14353781. OLE color: 14353781.

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

Color convert

RGB 117 5 219 -
CMYK 0.47 0.98 0 0.14
HSL 271.4º 0.96% 0.44% -
HSV(B) 271.4º 0.98% 0.86% -
XYZ 20.18 9 67.69 -
YUV 62.88 216.11 166.6 -
System Red Green Blue C M Y K H S L
Decimal 117 5 219 0.47 0.98 0 0.14 271.4 0.96 0.44
Hex 75 5 DB 2F 62 0 E 10F 60 2C
Octal 165 5 333 57 142 0 16 417 140 54
Binary 1110101 101 11011011 101111 1100010 0 1110 100001111 1100000 101100

Color Harmonies of #7505DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7505DB

Black with #7505DB

Text Example


Text Example

White with #7505DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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