Html Css Color HEX #753DFD Blue Violet

📋 copy color: '#753DFD'

red 117 ◦ green 61 ◦ blue 253

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

Shades of Blue Violet #753DFD

Tints of Blue Violet #753DFD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.15%

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

R = 27.15%
G = 14.15%
B = 58.7%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#753DFD (or 0x753DFD) is known color: Blue Violet. HEX triplet: 75, 3D and FD. RGB value is (117,61,253). Sum of RGB (Red+Green+Blue) = 117+61+253=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #753DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753DFD is #8AC202. Grayscale: #626262. Windows color (decimal): -9093635 or 16596341. OLE color: 16596341.

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

Color convert

RGB 117 61 253 -
CMYK 0.54 0.76 0 0.01
HSL 257.5º 0.98% 0.62% -
HSV(B) 257.5º 0.76% 0.99% -
XYZ 26.73 14.21 94.26 -
YUV 99.63 214.55 140.39 -
System Red Green Blue C M Y K H S L
Decimal 117 61 253 0.54 0.76 0 0.01 257.5 0.98 0.62
Hex 75 3D FD 36 4C 0 1 102 62 3E
Octal 165 75 375 66 114 0 1 402 142 76
Binary 1110101 111101 11111101 110110 1001100 0 1 100000010 1100010 111110

Color Harmonies of #753DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753DFD

Black with #753DFD

Text Example


Text Example

White with #753DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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