Html Css Color HEX #7514D7 Blue Violet

📋 copy color: '#7514D7'

red 117 ◦ green 20 ◦ blue 215

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

Shades of Blue Violet #7514D7

Tints of Blue Violet #7514D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 61.08%

R = 33.24%
G = 5.68%
B = 61.08%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7514D7 (or 0x7514D7) is known color: Blue Violet. HEX triplet: 75, 14 and D7. RGB value is (117,20,215). Sum of RGB (Red+Green+Blue) = 117+20+215=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 215 (84.38% from 255 or 61.08% from 352); Max value from RGB is 215 - color contains mainly: blue. Hex color #7514D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7514D7 is #8AEB28. Grayscale: #464646. Windows color (decimal): -9104169 or 14095477. OLE color: 14095477.

HSL color Cylindrical-coordinate representation of color #7514D7: hue angle of 269.85º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7514D7 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 20 215 -
CMYK 0.46 0.91 0 0.16
HSL 269.85º 0.83% 0.46% -
HSV(B) 269.85º 0.91% 0.84% -
XYZ 19.85 9.19 65.02 -
YUV 71.23 209.14 160.64 -
System Red Green Blue C M Y K H S L
Decimal 117 20 215 0.46 0.91 0 0.16 269.85 0.83 0.46
Hex 75 14 D7 2E 5B 0 10 10E 53 2E
Octal 165 24 327 56 133 0 20 416 123 56
Binary 1110101 10100 11010111 101110 1011011 0 10000 100001110 1010011 101110

Color Harmonies of #7514D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7514D7

Black with #7514D7

Text Example


Text Example

White with #7514D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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