Html Css Color HEX #753EEB Blue Violet

📋 copy color: '#753EEB'

red 117 ◦ green 62 ◦ blue 235

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

Shades of Blue Violet #753EEB

Tints of Blue Violet #753EEB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.98%

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

R = 28.26%
G = 14.98%
B = 56.76%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#753EEB (or 0x753EEB) is known color: Blue Violet. HEX triplet: 75, 3E and EB. RGB value is (117,62,235). Sum of RGB (Red+Green+Blue) = 117+62+235=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #753EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753EEB is #8AC114. Grayscale: #616161. Windows color (decimal): -9093397 or 15416949. OLE color: 15416949.

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

Color convert

RGB 117 62 235 -
CMYK 0.50 0.74 0 0.08
HSL 259.08º 0.81% 0.58% -
HSV(B) 259.08º 0.74% 0.92% -
XYZ 24.05 13.23 79.88 -
YUV 98.17 205.22 141.43 -
System Red Green Blue C M Y K H S L
Decimal 117 62 235 0.50 0.74 0 0.08 259.08 0.81 0.58
Hex 75 3E EB 32 4A 0 8 103 51 3A
Octal 165 76 353 62 112 0 10 403 121 72
Binary 1110101 111110 11101011 110010 1001010 0 1000 100000011 1010001 111010

Color Harmonies of #753EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753EEB

Black with #753EEB

Text Example


Text Example

White with #753EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753EEB; }

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

 H1.HeaderClassName
 {
   color: #753EEB;
 }
 .AnyTagClassName
 {
   color: #753EEB;
 }
</style>

background-color css

<style>
 a { background-color: #753EEB; }

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

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

border-color css

<style>
 span { border-color: #753EEB; }

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

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