Html Css Color HEX #7508DD Dark Violet

📋 copy color: '#7508DD'

red 117 ◦ green 8 ◦ blue 221

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

Shades of Dark Violet #7508DD

Tints of Dark Violet #7508DD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.31%

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

R = 33.82%
G = 2.31%
B = 63.87%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7508DD (or 0x7508DD) is known color: Dark Violet. HEX triplet: 75, 08 and DD. RGB value is (117,8,221). Sum of RGB (Red+Green+Blue) = 117+8+221=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #7508DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7508DD is #8AF722. Grayscale: #404040. Windows color (decimal): -9107235 or 14485621. OLE color: 14485621.

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

Color convert

RGB 117 8 221 -
CMYK 0.47 0.96 0 0.13
HSL 270.7º 0.93% 0.45% -
HSV(B) 270.7º 0.96% 0.87% -
XYZ 20.47 9.18 69.1 -
YUV 64.87 216.11 165.18 -
System Red Green Blue C M Y K H S L
Decimal 117 8 221 0.47 0.96 0 0.13 270.7 0.93 0.45
Hex 75 8 DD 2F 60 0 D 10F 5D 2D
Octal 165 10 335 57 140 0 15 417 135 55
Binary 1110101 1000 11011101 101111 1100000 0 1101 100001111 1011101 101101

Color Harmonies of #7508DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7508DD

Black with #7508DD

Text Example


Text Example

White with #7508DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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