Html Css Color HEX #7513D9 Blue Violet

📋 copy color: '#7513D9'

red 117 ◦ green 19 ◦ blue 217

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

Shades of Blue Violet #7513D9

Tints of Blue Violet #7513D9

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.38%

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

R = 33.14%
G = 5.38%
B = 61.47%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7513D9 (or 0x7513D9) is known color: Blue Violet. HEX triplet: 75, 13 and D9. RGB value is (117,19,217). Sum of RGB (Red+Green+Blue) = 117+19+217=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 217 (85.16% from 255 or 61.47% from 353); Max value from RGB is 217 - color contains mainly: blue. Hex color #7513D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7513D9 is #8AEC26. Grayscale: #464646. Windows color (decimal): -9104423 or 14226293. OLE color: 14226293.

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

Color convert

RGB 117 19 217 -
CMYK 0.46 0.91 0 0.15
HSL 269.7º 0.84% 0.46% -
HSV(B) 269.7º 0.91% 0.85% -
XYZ 20.09 9.26 66.37 -
YUV 70.87 210.47 160.9 -
System Red Green Blue C M Y K H S L
Decimal 117 19 217 0.46 0.91 0 0.15 269.7 0.84 0.46
Hex 75 13 D9 2E 5B 0 F 10E 54 2E
Octal 165 23 331 56 133 0 17 416 124 56
Binary 1110101 10011 11011001 101110 1011011 0 1111 100001110 1010100 101110

Color Harmonies of #7513D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7513D9

Black with #7513D9

Text Example


Text Example

White with #7513D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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