Html Css Color HEX #7542EB Blue Violet

📋 copy color: '#7542EB'

red 117 ◦ green 66 ◦ blue 235

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

Shades of Blue Violet #7542EB

Tints of Blue Violet #7542EB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

 BLUE value IS 235 (92.19% from 255) = 56.22%

R = 27.99%
G = 15.79%
B = 56.22%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7542EB (or 0x7542EB) is known color: Blue Violet. HEX triplet: 75, 42 and EB. RGB value is (117,66,235). Sum of RGB (Red+Green+Blue) = 117+66+235=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #7542EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7542EB is #8ABD14. Grayscale: #636363. Windows color (decimal): -9092373 or 15417973. OLE color: 15417973.

HSL color Cylindrical-coordinate representation of color #7542EB: hue angle of 258.11º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7542EB is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 66 235 -
CMYK 0.50 0.72 0 0.08
HSL 258.11º 0.81% 0.59% -
HSV(B) 258.11º 0.72% 0.92% -
XYZ 24.28 13.68 79.96 -
YUV 100.52 203.9 139.76 -
System Red Green Blue C M Y K H S L
Decimal 117 66 235 0.50 0.72 0 0.08 258.11 0.81 0.59
Hex 75 42 EB 32 48 0 8 102 51 3B
Octal 165 102 353 62 110 0 10 402 121 73
Binary 1110101 1000010 11101011 110010 1001000 0 1000 100000010 1010001 111011

Color Harmonies of #7542EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7542EB

Black with #7542EB

Text Example


Text Example

White with #7542EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7542EB; }

 p { color: rgb(117,66,235); }

 H1.HeaderClassName
 {
   color: #7542EB;
 }
 .AnyTagClassName
 {
   color: #7542EB;
 }
</style>

background-color css

<style>
 a { background-color: #7542EB; }

 a { background-color: rgb(117,66,235); }

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

border-color css

<style>
 span { border-color: #7542EB; }

 span { border-color: rgb(117,66,235); }

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