Html Css Color HEX #7513DB Blue Violet

📋 copy color: '#7513DB'

red 117 ◦ green 19 ◦ blue 219

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

Shades of Blue Violet #7513DB

Tints of Blue Violet #7513DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.69%

R = 32.96%
G = 5.35%
B = 61.69%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7513DB (or 0x7513DB) is known color: Blue Violet. HEX triplet: 75, 13 and DB. RGB value is (117,19,219). Sum of RGB (Red+Green+Blue) = 117+19+219=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #7513DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7513DB is #8AEC24. Grayscale: #464646. Windows color (decimal): -9104421 or 14357365. OLE color: 14357365.

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

Color convert

RGB 117 19 219 -
CMYK 0.47 0.91 0 0.14
HSL 269.4º 0.84% 0.47% -
HSV(B) 269.4º 0.91% 0.86% -
XYZ 20.36 9.36 67.75 -
YUV 71.1 211.47 160.74 -
System Red Green Blue C M Y K H S L
Decimal 117 19 219 0.47 0.91 0 0.14 269.4 0.84 0.47
Hex 75 13 DB 2F 5B 0 E 10D 54 2F
Octal 165 23 333 57 133 0 16 415 124 57
Binary 1110101 10011 11011011 101111 1011011 0 1110 100001101 1010100 101111

Color Harmonies of #7513DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7513DB

Black with #7513DB

Text Example


Text Example

White with #7513DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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