Html Css Color HEX #753CE0 Blue Violet

📋 copy color: '#753CE0'

red 117 ◦ green 60 ◦ blue 224

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

Shades of Blue Violet #753CE0

Tints of Blue Violet #753CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.86%

R = 29.18%
G = 14.96%
B = 55.86%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#753CE0 (or 0x753CE0) is known color: Blue Violet. HEX triplet: 75, 3C and E0. RGB value is (117,60,224). Sum of RGB (Red+Green+Blue) = 117+60+224=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #753CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CE0 is #8AC31F. Grayscale: #5F5F5F. Windows color (decimal): -9093920 or 14695541. OLE color: 14695541.

HSL color Cylindrical-coordinate representation of color #753CE0: hue angle of 260.85º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #753CE0 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 60 224 -
CMYK 0.48 0.73 0 0.12
HSL 260.85º 0.73% 0.56% -
HSV(B) 260.85º 0.73% 0.88% -
XYZ 22.41 12.4 71.73 -
YUV 95.74 200.38 143.16 -
System Red Green Blue C M Y K H S L
Decimal 117 60 224 0.48 0.73 0 0.12 260.85 0.73 0.56
Hex 75 3C E0 30 49 0 C 105 49 38
Octal 165 74 340 60 111 0 14 405 111 70
Binary 1110101 111100 11100000 110000 1001001 0 1100 100000101 1001001 111000

Color Harmonies of #753CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CE0

Black with #753CE0

Text Example


Text Example

White with #753CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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