Html Css Color HEX #753FE5 Blue Violet

📋 copy color: '#753FE5'

red 117 ◦ green 63 ◦ blue 229

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

Shades of Blue Violet #753FE5

Tints of Blue Violet #753FE5

RGB

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

 GREEN value IS 63 (25% from 255) = 15.4%

 BLUE value IS 229 (89.84% from 255) = 55.99%

R = 28.61%
G = 15.4%
B = 55.99%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#753FE5 (or 0x753FE5) is known color: Blue Violet. HEX triplet: 75, 3F and E5. RGB value is (117,63,229). Sum of RGB (Red+Green+Blue) = 117+63+229=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 229 (89.84% from 255 or 55.99% from 409); Max value from RGB is 229 - color contains mainly: blue. Hex color #753FE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FE5 is #8AC01A. Grayscale: #616161. Windows color (decimal): -9093147 or 15023989. OLE color: 15023989.

HSL color Cylindrical-coordinate representation of color #753FE5: hue angle of 259.52º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #753FE5 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 63 229 -
CMYK 0.49 0.72 0 0.10
HSL 259.52º 0.76% 0.57% -
HSV(B) 259.52º 0.72% 0.9% -
XYZ 23.26 12.99 75.41 -
YUV 98.07 201.89 141.5 -
System Red Green Blue C M Y K H S L
Decimal 117 63 229 0.49 0.72 0 0.10 259.52 0.76 0.57
Hex 75 3F E5 31 48 0 A 104 4C 39
Octal 165 77 345 61 110 0 12 404 114 71
Binary 1110101 111111 11100101 110001 1001000 0 1010 100000100 1001100 111001

Color Harmonies of #753FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753FE5

Black with #753FE5

Text Example


Text Example

White with #753FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,63,229); }

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

background-color css

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

 a { background-color: rgb(117,63,229); }

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

border-color css

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

 span { border-color: rgb(117,63,229); }

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