Html Css Color HEX #753FED Blue Violet

📋 copy color: '#753FED'

red 117 ◦ green 63 ◦ blue 237

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

Shades of Blue Violet #753FED

Tints of Blue Violet #753FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.83%

R = 28.06%
G = 15.11%
B = 56.83%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#753FED (or 0x753FED) is known color: Blue Violet. HEX triplet: 75, 3F and ED. RGB value is (117,63,237). Sum of RGB (Red+Green+Blue) = 117+63+237=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #753FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753FED is #8AC012. Grayscale: #626262. Windows color (decimal): -9093139 or 15548277. OLE color: 15548277.

HSL color Cylindrical-coordinate representation of color #753FED: hue angle of 258.62º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #753FED is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 63 237 -
CMYK 0.51 0.73 0 0.07
HSL 258.62º 0.83% 0.59% -
HSV(B) 258.62º 0.73% 0.93% -
XYZ 24.4 13.45 81.43 -
YUV 98.98 205.89 140.85 -
System Red Green Blue C M Y K H S L
Decimal 117 63 237 0.51 0.73 0 0.07 258.62 0.83 0.59
Hex 75 3F ED 33 49 0 7 103 53 3B
Octal 165 77 355 63 111 0 7 403 123 73
Binary 1110101 111111 11101101 110011 1001001 0 111 100000011 1010011 111011

Color Harmonies of #753FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753FED

Black with #753FED

Text Example


Text Example

White with #753FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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