Html Css Color HEX #7514DC Blue Violet

📋 copy color: '#7514DC'

red 117 ◦ green 20 ◦ blue 220

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

Shades of Blue Violet #7514DC

Tints of Blue Violet #7514DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.62%

R = 32.77%
G = 5.6%
B = 61.62%

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

#7514DC (or 0x7514DC) is known color: Blue Violet. HEX triplet: 75, 14 and DC. RGB value is (117,20,220). Sum of RGB (Red+Green+Blue) = 117+20+220=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #7514DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7514DC is #8AEB23. Grayscale: #474747. Windows color (decimal): -9104164 or 14423157. OLE color: 14423157.

HSL color Cylindrical-coordinate representation of color #7514DC: hue angle of 269.1º degrees, saturation: 0.83, 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 #7514DC is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 20 220 -
CMYK 0.47 0.91 0 0.14
HSL 269.1º 0.83% 0.47% -
HSV(B) 269.1º 0.91% 0.86% -
XYZ 20.5 9.45 68.45 -
YUV 71.8 211.64 160.24 -
System Red Green Blue C M Y K H S L
Decimal 117 20 220 0.47 0.91 0 0.14 269.1 0.83 0.47
Hex 75 14 DC 2F 5B 0 E 10D 53 2F
Octal 165 24 334 57 133 0 16 415 123 57
Binary 1110101 10100 11011100 101111 1011011 0 1110 100001101 1010011 101111

Color Harmonies of #7514DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7514DC

Black with #7514DC

Text Example


Text Example

White with #7514DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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