Html Css Color HEX #7514DF Blue Violet

📋 copy color: '#7514DF'

red 117 ◦ green 20 ◦ blue 223

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

Shades of Blue Violet #7514DF

Tints of Blue Violet #7514DF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.56%

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

R = 32.5%
G = 5.56%
B = 61.94%

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

#7514DF (or 0x7514DF) is known color: Blue Violet. HEX triplet: 75, 14 and DF. RGB value is (117,20,223). Sum of RGB (Red+Green+Blue) = 117+20+223=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #7514DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7514DF is #8AEB20. Grayscale: #474747. Windows color (decimal): -9104161 or 14619765. OLE color: 14619765.

HSL color Cylindrical-coordinate representation of color #7514DF: hue angle of 268.67º degrees, saturation: 0.84, 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 #7514DF is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 20 223 -
CMYK 0.48 0.91 0 0.13
HSL 268.67º 0.84% 0.48% -
HSV(B) 268.67º 0.91% 0.87% -
XYZ 20.91 9.61 70.57 -
YUV 72.15 213.14 159.99 -
System Red Green Blue C M Y K H S L
Decimal 117 20 223 0.48 0.91 0 0.13 268.67 0.84 0.48
Hex 75 14 DF 30 5B 0 D 10D 54 30
Octal 165 24 337 60 133 0 15 415 124 60
Binary 1110101 10100 11011111 110000 1011011 0 1101 100001101 1010100 110000

Color Harmonies of #7514DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7514DF

Black with #7514DF

Text Example


Text Example

White with #7514DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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