Html Css Color HEX #7506D9 Dark Violet

📋 copy color: '#7506D9'

red 117 ◦ green 6 ◦ blue 217

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

Shades of Dark Violet #7506D9

Tints of Dark Violet #7506D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 63.82%

R = 34.41%
G = 1.76%
B = 63.82%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7506D9 (or 0x7506D9) is known color: Dark Violet. HEX triplet: 75, 06 and D9. RGB value is (117,6,217). Sum of RGB (Red+Green+Blue) = 117+6+217=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 217 (85.16% from 255 or 63.82% from 340); Max value from RGB is 217 - color contains mainly: blue. Hex color #7506D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7506D9 is #8AF926. Grayscale: #3E3E3E. Windows color (decimal): -9107751 or 14222965. OLE color: 14222965.

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

Color convert

RGB 117 6 217 -
CMYK 0.46 0.97 0 0.15
HSL 271.56º 0.95% 0.44% -
HSV(B) 271.56º 0.97% 0.85% -
XYZ 19.93 8.92 66.32 -
YUV 63.24 214.77 166.34 -
System Red Green Blue C M Y K H S L
Decimal 117 6 217 0.46 0.97 0 0.15 271.56 0.95 0.44
Hex 75 6 D9 2E 61 0 F 110 5F 2C
Octal 165 6 331 56 141 0 17 420 137 54
Binary 1110101 110 11011001 101110 1100001 0 1111 100010000 1011111 101100

Color Harmonies of #7506D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7506D9

Black with #7506D9

Text Example


Text Example

White with #7506D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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