Html Css Color HEX #7504DC Dark Violet

📋 copy color: '#7504DC'

red 117 ◦ green 4 ◦ blue 220

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

Shades of Dark Violet #7504DC

Tints of Dark Violet #7504DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.52%

R = 34.31%
G = 1.17%
B = 64.52%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7504DC (or 0x7504DC) is known color: Dark Violet. HEX triplet: 75, 04 and DC. RGB value is (117,4,220). Sum of RGB (Red+Green+Blue) = 117+4+220=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #7504DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7504DC is #8AFB23. Grayscale: #3D3D3D. Windows color (decimal): -9108260 or 14419061. OLE color: 14419061.

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

Color convert

RGB 117 4 220 -
CMYK 0.47 0.98 0 0.14
HSL 271.39º 0.96% 0.44% -
HSV(B) 271.39º 0.98% 0.86% -
XYZ 20.3 9.04 68.38 -
YUV 62.41 216.94 166.94 -
System Red Green Blue C M Y K H S L
Decimal 117 4 220 0.47 0.98 0 0.14 271.39 0.96 0.44
Hex 75 4 DC 2F 62 0 E 10F 60 2C
Octal 165 4 334 57 142 0 16 417 140 54
Binary 1110101 100 11011100 101111 1100010 0 1110 100001111 1100000 101100

Color Harmonies of #7504DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7504DC

Black with #7504DC

Text Example


Text Example

White with #7504DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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