Html Css Color HEX #7500DC Dark Violet

📋 copy color: '#7500DC'

red 117 ◦ green 0 ◦ blue 220

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

Shades of Dark Violet #7500DC

Tints of Dark Violet #7500DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.72%
G = 0%
B = 65.28%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7500DC (or 0x7500DC) is known color: Dark Violet. HEX triplet: 75, 00 and DC. RGB value is (117,0,220). Sum of RGB (Red+Green+Blue) = 117+0+220=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #7500DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7500DC is #8AFF23. Grayscale: #3B3B3B. Windows color (decimal): -9109284 or 14418037. OLE color: 14418037.

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

Color convert

RGB 117 0 220 -
CMYK 0.47 1 0 0.14
HSL 271.91º 1% 0.43% -
HSV(B) 271.91º 1% 0.86% -
XYZ 20.25 8.95 68.37 -
YUV 60.06 218.26 168.61 -
System Red Green Blue C M Y K H S L
Decimal 117 0 220 0.47 1 0 0.14 271.91 1 0.43
Hex 75 0 DC 2F 64 0 E 110 64 2B
Octal 165 0 334 57 144 0 16 420 144 53
Binary 1110101 0 11011100 101111 1100100 0 1110 100010000 1100100 101011

Color Harmonies of #7500DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7500DC

Black with #7500DC

Text Example


Text Example

White with #7500DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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