Html Css Color HEX #7504D7 Dark Violet

📋 copy color: '#7504D7'

red 117 ◦ green 4 ◦ blue 215

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

Shades of Dark Violet #7504D7

Tints of Dark Violet #7504D7

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 215 (84.38% from 255) = 63.99%

R = 34.82%
G = 1.19%
B = 63.99%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7504D7 (or 0x7504D7) is known color: Dark Violet. HEX triplet: 75, 04 and D7. RGB value is (117,4,215). Sum of RGB (Red+Green+Blue) = 117+4+215=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 215 (84.38% from 255 or 63.99% from 336); Max value from RGB is 215 - color contains mainly: blue. Hex color #7504D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7504D7 is #8AFB28. Grayscale: #3D3D3D. Windows color (decimal): -9108265 or 14091381. OLE color: 14091381.

HSL color Cylindrical-coordinate representation of color #7504D7: hue angle of 272.13º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7504D7 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 4 215 -
CMYK 0.46 0.98 0 0.16
HSL 272.13º 0.96% 0.43% -
HSV(B) 272.13º 0.98% 0.84% -
XYZ 19.65 8.78 64.95 -
YUV 61.84 214.44 167.34 -
System Red Green Blue C M Y K H S L
Decimal 117 4 215 0.46 0.98 0 0.16 272.13 0.96 0.43
Hex 75 4 D7 2E 62 0 10 110 60 2B
Octal 165 4 327 56 142 0 20 420 140 53
Binary 1110101 100 11010111 101110 1100010 0 10000 100010000 1100000 101011

Color Harmonies of #7504D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7504D7

Black with #7504D7

Text Example


Text Example

White with #7504D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7504D7; }

 p { color: rgb(117,4,215); }

 H1.HeaderClassName
 {
   color: #7504D7;
 }
 .AnyTagClassName
 {
   color: #7504D7;
 }
</style>

background-color css

<style>
 a { background-color: #7504D7; }

 a { background-color: rgb(117,4,215); }

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

border-color css

<style>
 span { border-color: #7504D7; }

 span { border-color: rgb(117,4,215); }

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