Html Css Color HEX #7504D6 Dark Violet

📋 copy color: '#7504D6'

red 117 ◦ green 4 ◦ blue 214

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

Shades of Dark Violet #7504D6

Tints of Dark Violet #7504D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 63.88%

R = 34.93%
G = 1.19%
B = 63.88%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7504D6 (or 0x7504D6) is known color: Dark Violet. HEX triplet: 75, 04 and D6. RGB value is (117,4,214). Sum of RGB (Red+Green+Blue) = 117+4+214=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 214 (83.98% from 255 or 63.88% from 335); Max value from RGB is 214 - color contains mainly: blue. Hex color #7504D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7504D6 is #8AFB29. Grayscale: #3D3D3D. Windows color (decimal): -9108266 or 14025845. OLE color: 14025845.

HSL color Cylindrical-coordinate representation of color #7504D6: hue angle of 272.29º 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 #7504D6 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 4 214 -
CMYK 0.45 0.98 0 0.16
HSL 272.29º 0.96% 0.43% -
HSV(B) 272.29º 0.98% 0.84% -
XYZ 19.52 8.72 64.27 -
YUV 61.73 213.94 167.42 -
System Red Green Blue C M Y K H S L
Decimal 117 4 214 0.45 0.98 0 0.16 272.29 0.96 0.43
Hex 75 4 D6 2D 62 0 10 110 60 2B
Octal 165 4 326 55 142 0 20 420 140 53
Binary 1110101 100 11010110 101101 1100010 0 10000 100010000 1100000 101011

Color Harmonies of #7504D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7504D6

Black with #7504D6

Text Example


Text Example

White with #7504D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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