Html Css Color HEX #753CE8 Blue Violet

📋 copy color: '#753CE8'

red 117 ◦ green 60 ◦ blue 232

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

Shades of Blue Violet #753CE8

Tints of Blue Violet #753CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 56.72%

R = 28.61%
G = 14.67%
B = 56.72%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#753CE8 (or 0x753CE8) is known color: Blue Violet. HEX triplet: 75, 3C and E8. RGB value is (117,60,232). Sum of RGB (Red+Green+Blue) = 117+60+232=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 232 (91.02% from 255 or 56.72% from 409); Max value from RGB is 232 - color contains mainly: blue. Hex color #753CE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753CE8 is #8AC317. Grayscale: #606060. Windows color (decimal): -9093912 or 15219829. OLE color: 15219829.

HSL color Cylindrical-coordinate representation of color #753CE8: hue angle of 259.88º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #753CE8 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 60 232 -
CMYK 0.50 0.74 0 0.09
HSL 259.88º 0.79% 0.57% -
HSV(B) 259.88º 0.74% 0.91% -
XYZ 23.52 12.84 77.58 -
YUV 96.65 204.38 142.51 -
System Red Green Blue C M Y K H S L
Decimal 117 60 232 0.50 0.74 0 0.09 259.88 0.79 0.57
Hex 75 3C E8 32 4A 0 9 104 4F 39
Octal 165 74 350 62 112 0 11 404 117 71
Binary 1110101 111100 11101000 110010 1001010 0 1001 100000100 1001111 111001

Color Harmonies of #753CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CE8

Black with #753CE8

Text Example


Text Example

White with #753CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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