Html Css Color HEX #753BFD Blue Violet

📋 copy color: '#753BFD'

red 117 ◦ green 59 ◦ blue 253

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

Shades of Blue Violet #753BFD

Tints of Blue Violet #753BFD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.75%

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

R = 27.27%
G = 13.75%
B = 58.97%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#753BFD (or 0x753BFD) is known color: Blue Violet. HEX triplet: 75, 3B and FD. RGB value is (117,59,253). Sum of RGB (Red+Green+Blue) = 117+59+253=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #753BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753BFD is #8AC402. Grayscale: #616161. Windows color (decimal): -9094147 or 16595829. OLE color: 16595829.

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

Color convert

RGB 117 59 253 -
CMYK 0.54 0.77 0 0.01
HSL 257.94º 0.98% 0.61% -
HSV(B) 257.94º 0.77% 0.99% -
XYZ 26.63 14 94.23 -
YUV 98.46 215.22 141.23 -
System Red Green Blue C M Y K H S L
Decimal 117 59 253 0.54 0.77 0 0.01 257.94 0.98 0.61
Hex 75 3B FD 36 4D 0 1 102 62 3D
Octal 165 73 375 66 115 0 1 402 142 75
Binary 1110101 111011 11111101 110110 1001101 0 1 100000010 1100010 111101

Color Harmonies of #753BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753BFD

Black with #753BFD

Text Example


Text Example

White with #753BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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