Html Css Color HEX #7502DC Dark Violet

📋 copy color: '#7502DC'

red 117 ◦ green 2 ◦ blue 220

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

Shades of Dark Violet #7502DC

Tints of Dark Violet #7502DC

RGB

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

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

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

R = 34.51%
G = 0.59%
B = 64.9%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7502DC (or 0x7502DC) is known color: Dark Violet. HEX triplet: 75, 02 and DC. RGB value is (117,2,220). Sum of RGB (Red+Green+Blue) = 117+2+220=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #7502DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7502DC is #8AFD23. Grayscale: #3C3C3C. Windows color (decimal): -9108772 or 14418549. OLE color: 14418549.

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

Color convert

RGB 117 2 220 -
CMYK 0.47 0.99 0 0.14
HSL 271.65º 0.98% 0.44% -
HSV(B) 271.65º 0.99% 0.86% -
XYZ 20.28 8.99 68.38 -
YUV 61.24 217.6 167.77 -
System Red Green Blue C M Y K H S L
Decimal 117 2 220 0.47 0.99 0 0.14 271.65 0.98 0.44
Hex 75 2 DC 2F 63 0 E 110 62 2C
Octal 165 2 334 57 143 0 16 420 142 54
Binary 1110101 10 11011100 101111 1100011 0 1110 100010000 1100010 101100

Color Harmonies of #7502DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7502DC

Black with #7502DC

Text Example


Text Example

White with #7502DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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