Html Css Color HEX #753CDD Blue Violet

📋 copy color: '#753CDD'

red 117 ◦ green 60 ◦ blue 221

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

Shades of Blue Violet #753CDD

Tints of Blue Violet #753CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.53%

R = 29.4%
G = 15.08%
B = 55.53%

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

#753CDD (or 0x753CDD) is known color: Blue Violet. HEX triplet: 75, 3C and DD. RGB value is (117,60,221). Sum of RGB (Red+Green+Blue) = 117+60+221=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #753CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CDD is #8AC322. Grayscale: #5E5E5E. Windows color (decimal): -9093923 or 14498933. OLE color: 14498933.

HSL color Cylindrical-coordinate representation of color #753CDD: hue angle of 261.24º degrees, saturation: 0.7, 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 #753CDD is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 60 221 -
CMYK 0.47 0.73 0 0.13
HSL 261.24º 0.7% 0.55% -
HSV(B) 261.24º 0.73% 0.87% -
XYZ 22 12.23 69.61 -
YUV 95.4 198.88 143.41 -
System Red Green Blue C M Y K H S L
Decimal 117 60 221 0.47 0.73 0 0.13 261.24 0.7 0.55
Hex 75 3C DD 2F 49 0 D 105 46 37
Octal 165 74 335 57 111 0 15 405 106 67
Binary 1110101 111100 11011101 101111 1001001 0 1101 100000101 1000110 110111

Color Harmonies of #753CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CDD

Black with #753CDD

Text Example


Text Example

White with #753CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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