Html Css Color HEX #7514EA Blue Violet

📋 copy color: '#7514EA'

red 117 ◦ green 20 ◦ blue 234

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

Shades of Blue Violet #7514EA

Tints of Blue Violet #7514EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.07%

R = 31.54%
G = 5.39%
B = 63.07%

CMYK

 C value IS 0.5

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7514EA (or 0x7514EA) is known color: Blue Violet. HEX triplet: 75, 14 and EA. RGB value is (117,20,234). Sum of RGB (Red+Green+Blue) = 117+20+234=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #7514EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7514EA is #8AEB15. Grayscale: #484848. Windows color (decimal): -9104150 or 15340661. OLE color: 15340661.

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

Color convert

RGB 117 20 234 -
CMYK 0.5 0.91 0 0.08
HSL 267.2º 0.84% 0.5% -
HSV(B) 267.2º 0.91% 0.92% -
XYZ 22.44 10.22 78.63 -
YUV 73.4 218.64 159.1 -
System Red Green Blue C M Y K H S L
Decimal 117 20 234 0.5 0.91 0 0.08 267.2 0.84 0.5
Hex 75 14 EA 32 5B 0 8 10B 54 32
Octal 165 24 352 62 133 0 10 413 124 62
Binary 1110101 10100 11101010 110010 1011011 0 1000 100001011 1010100 110010

Color Harmonies of #7514EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7514EA

Black with #7514EA

Text Example


Text Example

White with #7514EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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