Html Css Color HEX #753ADB Blue Violet

📋 copy color: '#753ADB'

red 117 ◦ green 58 ◦ blue 219

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

Shades of Blue Violet #753ADB

Tints of Blue Violet #753ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.72%

 BLUE value IS 219 (85.94% from 255) = 55.58%

R = 29.7%
G = 14.72%
B = 55.58%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#753ADB (or 0x753ADB) is known color: Blue Violet. HEX triplet: 75, 3A and DB. RGB value is (117,58,219). Sum of RGB (Red+Green+Blue) = 117+58+219=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #753ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753ADB is #8AC524. Grayscale: #5D5D5D. Windows color (decimal): -9094437 or 14367349. OLE color: 14367349.

HSL color Cylindrical-coordinate representation of color #753ADB: hue angle of 261.99º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #753ADB is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 58 219 -
CMYK 0.47 0.74 0 0.14
HSL 261.99º 0.69% 0.54% -
HSV(B) 261.99º 0.74% 0.86% -
XYZ 21.64 11.92 68.18 -
YUV 94 198.55 144.41 -
System Red Green Blue C M Y K H S L
Decimal 117 58 219 0.47 0.74 0 0.14 261.99 0.69 0.54
Hex 75 3A DB 2F 4A 0 E 106 45 36
Octal 165 72 333 57 112 0 16 406 105 66
Binary 1110101 111010 11011011 101111 1001010 0 1110 100000110 1000101 110110

Color Harmonies of #753ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753ADB

Black with #753ADB

Text Example


Text Example

White with #753ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,58,219); }

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

background-color css

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

 a { background-color: rgb(117,58,219); }

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

border-color css

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

 span { border-color: rgb(117,58,219); }

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