Html Css Color HEX #7505DD Dark Violet

📋 copy color: '#7505DD'

red 117 ◦ green 5 ◦ blue 221

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

Shades of Dark Violet #7505DD

Tints of Dark Violet #7505DD

RGB

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

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

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

R = 34.11%
G = 1.46%
B = 64.43%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7505DD (or 0x7505DD) is known color: Dark Violet. HEX triplet: 75, 05 and DD. RGB value is (117,5,221). Sum of RGB (Red+Green+Blue) = 117+5+221=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #7505DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7505DD is #8AFA22. Grayscale: #3E3E3E. Windows color (decimal): -9108003 or 14484853. OLE color: 14484853.

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

Color convert

RGB 117 5 221 -
CMYK 0.47 0.98 0 0.13
HSL 271.11º 0.96% 0.44% -
HSV(B) 271.11º 0.98% 0.87% -
XYZ 20.44 9.11 69.09 -
YUV 63.11 217.11 166.44 -
System Red Green Blue C M Y K H S L
Decimal 117 5 221 0.47 0.98 0 0.13 271.11 0.96 0.44
Hex 75 5 DD 2F 62 0 D 10F 60 2C
Octal 165 5 335 57 142 0 15 417 140 54
Binary 1110101 101 11011101 101111 1100010 0 1101 100001111 1100000 101100

Color Harmonies of #7505DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7505DD

Black with #7505DD

Text Example


Text Example

White with #7505DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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