Html Css Color HEX #753DFF Blue Violet

📋 copy color: '#753DFF'

red 117 ◦ green 61 ◦ blue 255

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

Shades of Blue Violet #753DFF

Tints of Blue Violet #753DFF

RGB

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

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

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

R = 27.02%
G = 14.09%
B = 58.89%

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

#753DFF (or 0x753DFF) is known color: Blue Violet. HEX triplet: 75, 3D and FF. RGB value is (117,61,255). Sum of RGB (Red+Green+Blue) = 117+61+255=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #753DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753DFF is #8AC200. Grayscale: #636363. Windows color (decimal): -9093633 or 16727413. OLE color: 16727413.

HSL color Cylindrical-coordinate representation of color #753DFF: hue angle of 257.32º 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 #753DFF is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 61 255 -
CMYK 0.54 0.76 0 0
HSL 257.32º 1% 0.62% -
HSV(B) 257.32º 0.76% 1% -
XYZ 27.05 14.34 95.95 -
YUV 99.86 215.55 140.23 -
System Red Green Blue C M Y K H S L
Decimal 117 61 255 0.54 0.76 0 0 257.32 1 0.62
Hex 75 3D FF 36 4C 0 0 101 64 3E
Octal 165 75 377 66 114 0 0 401 144 76
Binary 1110101 111101 11111111 110110 1001100 0 0 100000001 1100100 111110

Color Harmonies of #753DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753DFF

Black with #753DFF

Text Example


Text Example

White with #753DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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