Html Css Color HEX #753CFF Blue Violet

📋 copy color: '#753CFF'

red 117 ◦ green 60 ◦ blue 255

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

Shades of Blue Violet #753CFF

Tints of Blue Violet #753CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.03%

R = 27.08%
G = 13.89%
B = 59.03%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#753CFF (or 0x753CFF) is known color: Blue Violet. HEX triplet: 75, 3C and FF. RGB value is (117,60,255). Sum of RGB (Red+Green+Blue) = 117+60+255=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #753CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753CFF is #8AC300. Grayscale: #626262. Windows color (decimal): -9093889 or 16727157. OLE color: 16727157.

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

Color convert

RGB 117 60 255 -
CMYK 0.54 0.76 0 0
HSL 257.54º 1% 0.62% -
HSV(B) 257.54º 0.76% 1% -
XYZ 27 14.23 95.93 -
YUV 99.27 215.88 140.64 -
System Red Green Blue C M Y K H S L
Decimal 117 60 255 0.54 0.76 0 0 257.54 1 0.62
Hex 75 3C FF 36 4C 0 0 102 64 3E
Octal 165 74 377 66 114 0 0 402 144 76
Binary 1110101 111100 11111111 110110 1001100 0 0 100000010 1100100 111110

Color Harmonies of #753CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CFF

Black with #753CFF

Text Example


Text Example

White with #753CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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