Html Css Color HEX #753FFD Blue Violet

📋 copy color: '#753FFD'

red 117 ◦ green 63 ◦ blue 253

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

Shades of Blue Violet #753FFD

Tints of Blue Violet #753FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.43%

R = 27.02%
G = 14.55%
B = 58.43%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#753FFD (or 0x753FFD) is known color: Blue Violet. HEX triplet: 75, 3F and FD. RGB value is (117,63,253). Sum of RGB (Red+Green+Blue) = 117+63+253=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #753FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753FFD is #8AC002. Grayscale: #646464. Windows color (decimal): -9093123 or 16596853. OLE color: 16596853.

HSL color Cylindrical-coordinate representation of color #753FFD: hue angle of 257.05º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #753FFD is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 63 253 -
CMYK 0.54 0.75 0 0.01
HSL 257.05º 0.98% 0.62% -
HSV(B) 257.05º 0.75% 0.99% -
XYZ 26.84 14.43 94.3 -
YUV 100.81 213.89 139.55 -
System Red Green Blue C M Y K H S L
Decimal 117 63 253 0.54 0.75 0 0.01 257.05 0.98 0.62
Hex 75 3F FD 36 4B 0 1 101 62 3E
Octal 165 77 375 66 113 0 1 401 142 76
Binary 1110101 111111 11111101 110110 1001011 0 1 100000001 1100010 111110

Color Harmonies of #753FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753FFD

Black with #753FFD

Text Example


Text Example

White with #753FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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