Html Css Color HEX #7515DF Blue Violet

📋 copy color: '#7515DF'

red 117 ◦ green 21 ◦ blue 223

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

Shades of Blue Violet #7515DF

Tints of Blue Violet #7515DF

RGB

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

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

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

R = 32.41%
G = 5.82%
B = 61.77%

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

#7515DF (or 0x7515DF) is known color: Blue Violet. HEX triplet: 75, 15 and DF. RGB value is (117,21,223). Sum of RGB (Red+Green+Blue) = 117+21+223=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #7515DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7515DF is #8AEA20. Grayscale: #484848. Windows color (decimal): -9103905 or 14620021. OLE color: 14620021.

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

Color convert

RGB 117 21 223 -
CMYK 0.48 0.91 0 0.13
HSL 268.51º 0.83% 0.48% -
HSV(B) 268.51º 0.91% 0.87% -
XYZ 20.92 9.65 70.57 -
YUV 72.73 212.8 159.57 -
System Red Green Blue C M Y K H S L
Decimal 117 21 223 0.48 0.91 0 0.13 268.51 0.83 0.48
Hex 75 15 DF 30 5B 0 D 10D 53 30
Octal 165 25 337 60 133 0 15 415 123 60
Binary 1110101 10101 11011111 110000 1011011 0 1101 100001101 1010011 110000

Color Harmonies of #7515DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7515DF

Black with #7515DF

Text Example


Text Example

White with #7515DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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