Html Css Color HEX #7541EB Blue Violet

📋 copy color: '#7541EB'

red 117 ◦ green 65 ◦ blue 235

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

Shades of Blue Violet #7541EB

Tints of Blue Violet #7541EB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.59%

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

R = 28.06%
G = 15.59%
B = 56.35%

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

#7541EB (or 0x7541EB) is known color: Blue Violet. HEX triplet: 75, 41 and EB. RGB value is (117,65,235). Sum of RGB (Red+Green+Blue) = 117+65+235=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 235 (92.19% from 255 or 56.35% from 417); Max value from RGB is 235 - color contains mainly: blue. Hex color #7541EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7541EB is #8ABE14. Grayscale: #636363. Windows color (decimal): -9092629 or 15417717. OLE color: 15417717.

HSL color Cylindrical-coordinate representation of color #7541EB: hue angle of 258.35º 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 #7541EB is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 65 235 -
CMYK 0.50 0.72 0 0.08
HSL 258.35º 0.81% 0.59% -
HSV(B) 258.35º 0.72% 0.92% -
XYZ 24.22 13.56 79.94 -
YUV 99.93 204.23 140.18 -
System Red Green Blue C M Y K H S L
Decimal 117 65 235 0.50 0.72 0 0.08 258.35 0.81 0.59
Hex 75 41 EB 32 48 0 8 102 51 3B
Octal 165 101 353 62 110 0 10 402 121 73
Binary 1110101 1000001 11101011 110010 1001000 0 1000 100000010 1010001 111011

Color Harmonies of #7541EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7541EB

Black with #7541EB

Text Example


Text Example

White with #7541EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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