Html Css Color HEX #7504DD Dark Violet

📋 copy color: '#7504DD'

red 117 ◦ green 4 ◦ blue 221

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

Shades of Dark Violet #7504DD

Tints of Dark Violet #7504DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.62%

R = 34.21%
G = 1.17%
B = 64.62%

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

#7504DD (or 0x7504DD) is known color: Dark Violet. HEX triplet: 75, 04 and DD. RGB value is (117,4,221). Sum of RGB (Red+Green+Blue) = 117+4+221=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #7504DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7504DD is #8AFB22. Grayscale: #3D3D3D. Windows color (decimal): -9108259 or 14484597. OLE color: 14484597.

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

Color convert

RGB 117 4 221 -
CMYK 0.47 0.98 0 0.13
HSL 271.24º 0.96% 0.44% -
HSV(B) 271.24º 0.98% 0.87% -
XYZ 20.43 9.09 69.08 -
YUV 62.53 217.44 166.86 -
System Red Green Blue C M Y K H S L
Decimal 117 4 221 0.47 0.98 0 0.13 271.24 0.96 0.44
Hex 75 4 DD 2F 62 0 D 10F 60 2C
Octal 165 4 335 57 142 0 15 417 140 54
Binary 1110101 100 11011101 101111 1100010 0 1101 100001111 1100000 101100

Color Harmonies of #7504DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7504DD

Black with #7504DD

Text Example


Text Example

White with #7504DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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