Html Css Color HEX #7515E5 Blue Violet

📋 copy color: '#7515E5'

red 117 ◦ green 21 ◦ blue 229

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

Shades of Blue Violet #7515E5

Tints of Blue Violet #7515E5

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.72%

 BLUE value IS 229 (89.84% from 255) = 62.4%

R = 31.88%
G = 5.72%
B = 62.4%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7515E5 (or 0x7515E5) is known color: Blue Violet. HEX triplet: 75, 15 and E5. RGB value is (117,21,229). Sum of RGB (Red+Green+Blue) = 117+21+229=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 229 (89.84% from 255 or 62.40% from 367); Max value from RGB is 229 - color contains mainly: blue. Hex color #7515E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7515E5 is #8AEA1A. Grayscale: #484848. Windows color (decimal): -9103899 or 15013237. OLE color: 15013237.

HSL color Cylindrical-coordinate representation of color #7515E5: hue angle of 267.69º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7515E5 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 21 229 -
CMYK 0.49 0.91 0 0.10
HSL 267.69º 0.83% 0.49% -
HSV(B) 267.69º 0.91% 0.9% -
XYZ 21.75 9.98 74.91 -
YUV 73.42 215.8 159.09 -
System Red Green Blue C M Y K H S L
Decimal 117 21 229 0.49 0.91 0 0.10 267.69 0.83 0.49
Hex 75 15 E5 31 5B 0 A 10C 53 31
Octal 165 25 345 61 133 0 12 414 123 61
Binary 1110101 10101 11100101 110001 1011011 0 1010 100001100 1010011 110001

Color Harmonies of #7515E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7515E5

Black with #7515E5

Text Example


Text Example

White with #7515E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7515E5; }

 p { color: rgb(117,21,229); }

 H1.HeaderClassName
 {
   color: #7515E5;
 }
 .AnyTagClassName
 {
   color: #7515E5;
 }
</style>

background-color css

<style>
 a { background-color: #7515E5; }

 a { background-color: rgb(117,21,229); }

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

border-color css

<style>
 span { border-color: #7515E5; }

 span { border-color: rgb(117,21,229); }

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