Html Css Color HEX #753ADE Blue Violet

📋 copy color: '#753ADE'

red 117 ◦ green 58 ◦ blue 222

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

Shades of Blue Violet #753ADE

Tints of Blue Violet #753ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.92%

R = 29.47%
G = 14.61%
B = 55.92%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#753ADE (or 0x753ADE) is known color: Blue Violet. HEX triplet: 75, 3A and DE. RGB value is (117,58,222). Sum of RGB (Red+Green+Blue) = 117+58+222=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #753ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753ADE is #8AC521. Grayscale: #5D5D5D. Windows color (decimal): -9094434 or 14563957. OLE color: 14563957.

HSL color Cylindrical-coordinate representation of color #753ADE: hue angle of 261.59º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #753ADE is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 58 222 -
CMYK 0.47 0.74 0 0.13
HSL 261.59º 0.71% 0.55% -
HSV(B) 261.59º 0.74% 0.87% -
XYZ 22.03 12.08 70.28 -
YUV 94.34 200.05 144.16 -
System Red Green Blue C M Y K H S L
Decimal 117 58 222 0.47 0.74 0 0.13 261.59 0.71 0.55
Hex 75 3A DE 2F 4A 0 D 106 47 37
Octal 165 72 336 57 112 0 15 406 107 67
Binary 1110101 111010 11011110 101111 1001010 0 1101 100000110 1000111 110111

Color Harmonies of #753ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753ADE

Black with #753ADE

Text Example


Text Example

White with #753ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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