Html Css Color HEX #7504DE Dark Violet

📋 copy color: '#7504DE'

red 117 ◦ green 4 ◦ blue 222

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

Shades of Dark Violet #7504DE

Tints of Dark Violet #7504DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.72%

R = 34.11%
G = 1.17%
B = 64.72%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7504DE (or 0x7504DE) is known color: Dark Violet. HEX triplet: 75, 04 and DE. RGB value is (117,4,222). Sum of RGB (Red+Green+Blue) = 117+4+222=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 222 (87.11% from 255 or 64.72% from 343); Max value from RGB is 222 - color contains mainly: blue. Hex color #7504DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7504DE is #8AFB21. Grayscale: #3D3D3D. Windows color (decimal): -9108258 or 14550133. OLE color: 14550133.

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

Color convert

RGB 117 4 222 -
CMYK 0.47 0.98 0 0.13
HSL 271.1º 0.96% 0.44% -
HSV(B) 271.1º 0.98% 0.87% -
XYZ 20.56 9.14 69.79 -
YUV 62.64 217.94 166.77 -
System Red Green Blue C M Y K H S L
Decimal 117 4 222 0.47 0.98 0 0.13 271.1 0.96 0.44
Hex 75 4 DE 2F 62 0 D 10F 60 2C
Octal 165 4 336 57 142 0 15 417 140 54
Binary 1110101 100 11011110 101111 1100010 0 1101 100001111 1100000 101100

Color Harmonies of #7504DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7504DE

Black with #7504DE

Text Example


Text Example

White with #7504DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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