Html Css Color HEX #753CEB Blue Violet

📋 copy color: '#753CEB'

red 117 ◦ green 60 ◦ blue 235

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

Shades of Blue Violet #753CEB

Tints of Blue Violet #753CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.56%

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

R = 28.4%
G = 14.56%
B = 57.04%

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

#753CEB (or 0x753CEB) is known color: Blue Violet. HEX triplet: 75, 3C and EB. RGB value is (117,60,235). Sum of RGB (Red+Green+Blue) = 117+60+235=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #753CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753CEB is #8AC314. Grayscale: #606060. Windows color (decimal): -9093909 or 15416437. OLE color: 15416437.

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

Color convert

RGB 117 60 235 -
CMYK 0.50 0.74 0 0.08
HSL 259.54º 0.81% 0.58% -
HSV(B) 259.54º 0.74% 0.92% -
XYZ 23.95 13.01 79.85 -
YUV 96.99 205.88 142.27 -
System Red Green Blue C M Y K H S L
Decimal 117 60 235 0.50 0.74 0 0.08 259.54 0.81 0.58
Hex 75 3C EB 32 4A 0 8 104 51 3A
Octal 165 74 353 62 112 0 10 404 121 72
Binary 1110101 111100 11101011 110010 1001010 0 1000 100000100 1010001 111010

Color Harmonies of #753CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CEB

Black with #753CEB

Text Example


Text Example

White with #753CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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