Html Css Color HEX #7505D8 Dark Violet

📋 copy color: '#7505D8'

red 117 ◦ green 5 ◦ blue 216

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

Shades of Dark Violet #7505D8

Tints of Dark Violet #7505D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 63.91%

R = 34.62%
G = 1.48%
B = 63.91%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7505D8 (or 0x7505D8) is known color: Dark Violet. HEX triplet: 75, 05 and D8. RGB value is (117,5,216). Sum of RGB (Red+Green+Blue) = 117+5+216=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 216 (84.77% from 255 or 63.91% from 338); Max value from RGB is 216 - color contains mainly: blue. Hex color #7505D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7505D8 is #8AFA27. Grayscale: #3D3D3D. Windows color (decimal): -9108008 or 14157173. OLE color: 14157173.

HSL color Cylindrical-coordinate representation of color #7505D8: hue angle of 271.85º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7505D8 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 5 216 -
CMYK 0.46 0.98 0 0.15
HSL 271.85º 0.95% 0.43% -
HSV(B) 271.85º 0.98% 0.85% -
XYZ 19.79 8.85 65.63 -
YUV 62.54 214.61 166.84 -
System Red Green Blue C M Y K H S L
Decimal 117 5 216 0.46 0.98 0 0.15 271.85 0.95 0.43
Hex 75 5 D8 2E 62 0 F 110 5F 2B
Octal 165 5 330 56 142 0 17 420 137 53
Binary 1110101 101 11011000 101110 1100010 0 1111 100010000 1011111 101011

Color Harmonies of #7505D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7505D8

Black with #7505D8

Text Example


Text Example

White with #7505D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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