Html Css Color HEX #7502DD Dark Violet

📋 copy color: '#7502DD'

red 117 ◦ green 2 ◦ blue 221

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

Shades of Dark Violet #7502DD

Tints of Dark Violet #7502DD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 34.41%
G = 0.59%
B = 65%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7502DD (or 0x7502DD) is known color: Dark Violet. HEX triplet: 75, 02 and DD. RGB value is (117,2,221). Sum of RGB (Red+Green+Blue) = 117+2+221=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #7502DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7502DD is #8AFD22. Grayscale: #3C3C3C. Windows color (decimal): -9108771 or 14484085. OLE color: 14484085.

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

Color convert

RGB 117 2 221 -
CMYK 0.47 0.99 0 0.13
HSL 271.51º 0.98% 0.44% -
HSV(B) 271.51º 0.99% 0.87% -
XYZ 20.41 9.05 69.08 -
YUV 61.35 218.1 167.69 -
System Red Green Blue C M Y K H S L
Decimal 117 2 221 0.47 0.99 0 0.13 271.51 0.98 0.44
Hex 75 2 DD 2F 63 0 D 110 62 2C
Octal 165 2 335 57 143 0 15 420 142 54
Binary 1110101 10 11011101 101111 1100011 0 1101 100010000 1100010 101100

Color Harmonies of #7502DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7502DD

Black with #7502DD

Text Example


Text Example

White with #7502DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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