Html Css Color HEX #753CDE Blue Violet

📋 copy color: '#753CDE'

red 117 ◦ green 60 ◦ blue 222

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

Shades of Blue Violet #753CDE

Tints of Blue Violet #753CDE

RGB

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

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

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

R = 29.32%
G = 15.04%
B = 55.64%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#753CDE (or 0x753CDE) is known color: Blue Violet. HEX triplet: 75, 3C and DE. RGB value is (117,60,222). Sum of RGB (Red+Green+Blue) = 117+60+222=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #753CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CDE is #8AC321. Grayscale: #5E5E5E. Windows color (decimal): -9093922 or 14564469. OLE color: 14564469.

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

Color convert

RGB 117 60 222 -
CMYK 0.47 0.73 0 0.13
HSL 261.11º 0.71% 0.55% -
HSV(B) 261.11º 0.73% 0.87% -
XYZ 22.14 12.29 70.31 -
YUV 95.51 199.38 143.33 -
System Red Green Blue C M Y K H S L
Decimal 117 60 222 0.47 0.73 0 0.13 261.11 0.71 0.55
Hex 75 3C DE 2F 49 0 D 105 47 37
Octal 165 74 336 57 111 0 15 405 107 67
Binary 1110101 111100 11011110 101111 1001001 0 1101 100000101 1000111 110111

Color Harmonies of #753CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CDE

Black with #753CDE

Text Example


Text Example

White with #753CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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