Html Css Color HEX #7507D6 Dark Violet

📋 copy color: '#7507D6'

red 117 ◦ green 7 ◦ blue 214

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

Shades of Dark Violet #7507D6

Tints of Dark Violet #7507D6

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.07%

 BLUE value IS 214 (83.98% from 255) = 63.31%

R = 34.62%
G = 2.07%
B = 63.31%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7507D6 (or 0x7507D6) is known color: Dark Violet. HEX triplet: 75, 07 and D6. RGB value is (117,7,214). Sum of RGB (Red+Green+Blue) = 117+7+214=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 214 (83.98% from 255 or 63.31% from 338); Max value from RGB is 214 - color contains mainly: blue. Hex color #7507D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7507D6 is #8AF829. Grayscale: #3E3E3E. Windows color (decimal): -9107498 or 14026613. OLE color: 14026613.

HSL color Cylindrical-coordinate representation of color #7507D6: hue angle of 271.88º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7507D6 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 7 214 -
CMYK 0.45 0.97 0 0.16
HSL 271.88º 0.94% 0.43% -
HSV(B) 271.88º 0.97% 0.84% -
XYZ 19.55 8.79 64.28 -
YUV 63.49 212.94 166.17 -
System Red Green Blue C M Y K H S L
Decimal 117 7 214 0.45 0.97 0 0.16 271.88 0.94 0.43
Hex 75 7 D6 2D 61 0 10 110 5E 2B
Octal 165 7 326 55 141 0 20 420 136 53
Binary 1110101 111 11010110 101101 1100001 0 10000 100010000 1011110 101011

Color Harmonies of #7507D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7507D6

Black with #7507D6

Text Example


Text Example

White with #7507D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7507D6; }

 p { color: rgb(117,7,214); }

 H1.HeaderClassName
 {
   color: #7507D6;
 }
 .AnyTagClassName
 {
   color: #7507D6;
 }
</style>

background-color css

<style>
 a { background-color: #7507D6; }

 a { background-color: rgb(117,7,214); }

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

border-color css

<style>
 span { border-color: #7507D6; }

 span { border-color: rgb(117,7,214); }

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