Html Css Color HEX #753CFD Blue Violet

📋 copy color: '#753CFD'

red 117 ◦ green 60 ◦ blue 253

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

Shades of Blue Violet #753CFD

Tints of Blue Violet #753CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.95%

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

R = 27.21%
G = 13.95%
B = 58.84%

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

#753CFD (or 0x753CFD) is known color: Blue Violet. HEX triplet: 75, 3C and FD. RGB value is (117,60,253). Sum of RGB (Red+Green+Blue) = 117+60+253=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #753CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753CFD is #8AC302. Grayscale: #626262. Windows color (decimal): -9093891 or 16596085. OLE color: 16596085.

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

Color convert

RGB 117 60 253 -
CMYK 0.54 0.76 0 0.01
HSL 257.72º 0.98% 0.61% -
HSV(B) 257.72º 0.76% 0.99% -
XYZ 26.68 14.11 94.24 -
YUV 99.05 214.88 140.81 -
System Red Green Blue C M Y K H S L
Decimal 117 60 253 0.54 0.76 0 0.01 257.72 0.98 0.61
Hex 75 3C FD 36 4C 0 1 102 62 3D
Octal 165 74 375 66 114 0 1 402 142 75
Binary 1110101 111100 11111101 110110 1001100 0 1 100000010 1100010 111101

Color Harmonies of #753CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CFD

Black with #753CFD

Text Example


Text Example

White with #753CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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