Html Css Color HEX #753BD8 Blue Violet

📋 copy color: '#753BD8'

red 117 ◦ green 59 ◦ blue 216

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

Shades of Blue Violet #753BD8

Tints of Blue Violet #753BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 55.1%

R = 29.85%
G = 15.05%
B = 55.1%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#753BD8 (or 0x753BD8) is known color: Blue Violet. HEX triplet: 75, 3B and D8. RGB value is (117,59,216). Sum of RGB (Red+Green+Blue) = 117+59+216=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 216 (84.77% from 255 or 55.10% from 392); Max value from RGB is 216 - color contains mainly: blue. Hex color #753BD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753BD8 is #8AC427. Grayscale: #5D5D5D. Windows color (decimal): -9094184 or 14170997. OLE color: 14170997.

HSL color Cylindrical-coordinate representation of color #753BD8: hue angle of 262.17º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #753BD8 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 59 216 -
CMYK 0.46 0.73 0 0.15
HSL 262.17º 0.67% 0.54% -
HSV(B) 262.17º 0.73% 0.85% -
XYZ 21.29 11.87 66.13 -
YUV 94.24 196.72 144.23 -
System Red Green Blue C M Y K H S L
Decimal 117 59 216 0.46 0.73 0 0.15 262.17 0.67 0.54
Hex 75 3B D8 2E 49 0 F 106 43 36
Octal 165 73 330 56 111 0 17 406 103 66
Binary 1110101 111011 11011000 101110 1001001 0 1111 100000110 1000011 110110

Color Harmonies of #753BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753BD8

Black with #753BD8

Text Example


Text Example

White with #753BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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