Html Css Color HEX #7506DC Dark Violet

📋 copy color: '#7506DC'

red 117 ◦ green 6 ◦ blue 220

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

Shades of Dark Violet #7506DC

Tints of Dark Violet #7506DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.75%

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

R = 34.11%
G = 1.75%
B = 64.14%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7506DC (or 0x7506DC) is known color: Dark Violet. HEX triplet: 75, 06 and DC. RGB value is (117,6,220). Sum of RGB (Red+Green+Blue) = 117+6+220=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #7506DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7506DC is #8AF923. Grayscale: #3E3E3E. Windows color (decimal): -9107748 or 14419573. OLE color: 14419573.

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

Color convert

RGB 117 6 220 -
CMYK 0.47 0.97 0 0.14
HSL 271.12º 0.95% 0.44% -
HSV(B) 271.12º 0.97% 0.86% -
XYZ 20.32 9.08 68.39 -
YUV 63.59 216.27 166.1 -
System Red Green Blue C M Y K H S L
Decimal 117 6 220 0.47 0.97 0 0.14 271.12 0.95 0.44
Hex 75 6 DC 2F 61 0 E 10F 5F 2C
Octal 165 6 334 57 141 0 16 417 137 54
Binary 1110101 110 11011100 101111 1100001 0 1110 100001111 1011111 101100

Color Harmonies of #7506DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7506DC

Black with #7506DC

Text Example


Text Example

White with #7506DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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