Html Css Color HEX #753CE3 Blue Violet

📋 copy color: '#753CE3'

red 117 ◦ green 60 ◦ blue 227

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

Shades of Blue Violet #753CE3

Tints of Blue Violet #753CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 56.19%

R = 28.96%
G = 14.85%
B = 56.19%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#753CE3 (or 0x753CE3) is known color: Blue Violet. HEX triplet: 75, 3C and E3. RGB value is (117,60,227). Sum of RGB (Red+Green+Blue) = 117+60+227=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 227 (89.06% from 255 or 56.19% from 404); Max value from RGB is 227 - color contains mainly: blue. Hex color #753CE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CE3 is #8AC31C. Grayscale: #5F5F5F. Windows color (decimal): -9093917 or 14892149. OLE color: 14892149.

HSL color Cylindrical-coordinate representation of color #753CE3: hue angle of 260.48º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #753CE3 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 60 227 -
CMYK 0.48 0.74 0 0.11
HSL 260.48º 0.75% 0.56% -
HSV(B) 260.48º 0.74% 0.89% -
XYZ 22.82 12.56 73.89 -
YUV 96.08 201.88 142.92 -
System Red Green Blue C M Y K H S L
Decimal 117 60 227 0.48 0.74 0 0.11 260.48 0.75 0.56
Hex 75 3C E3 30 4A 0 B 104 4B 38
Octal 165 74 343 60 112 0 13 404 113 70
Binary 1110101 111100 11100011 110000 1001010 0 1011 100000100 1001011 111000

Color Harmonies of #753CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CE3

Black with #753CE3

Text Example


Text Example

White with #753CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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