Html Css Color HEX #7513DF Blue Violet

📋 copy color: '#7513DF'

red 117 ◦ green 19 ◦ blue 223

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

Shades of Blue Violet #7513DF

Tints of Blue Violet #7513DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.12%

R = 32.59%
G = 5.29%
B = 62.12%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7513DF (or 0x7513DF) is known color: Blue Violet. HEX triplet: 75, 13 and DF. RGB value is (117,19,223). Sum of RGB (Red+Green+Blue) = 117+19+223=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #7513DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7513DF is #8AEC20. Grayscale: #464646. Windows color (decimal): -9104417 or 14619509. OLE color: 14619509.

HSL color Cylindrical-coordinate representation of color #7513DF: hue angle of 268.82º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7513DF is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 19 223 -
CMYK 0.48 0.91 0 0.13
HSL 268.82º 0.84% 0.47% -
HSV(B) 268.82º 0.91% 0.87% -
XYZ 20.89 9.58 70.56 -
YUV 71.56 213.47 160.41 -
System Red Green Blue C M Y K H S L
Decimal 117 19 223 0.48 0.91 0 0.13 268.82 0.84 0.47
Hex 75 13 DF 30 5B 0 D 10D 54 2F
Octal 165 23 337 60 133 0 15 415 124 57
Binary 1110101 10011 11011111 110000 1011011 0 1101 100001101 1010100 101111

Color Harmonies of #7513DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7513DF

Black with #7513DF

Text Example


Text Example

White with #7513DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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