Html Css Color HEX #753BDD Blue Violet

📋 copy color: '#753BDD'

red 117 ◦ green 59 ◦ blue 221

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

Shades of Blue Violet #753BDD

Tints of Blue Violet #753BDD

RGB

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

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

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

R = 29.47%
G = 14.86%
B = 55.67%

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

#753BDD (or 0x753BDD) is known color: Blue Violet. HEX triplet: 75, 3B and DD. RGB value is (117,59,221). Sum of RGB (Red+Green+Blue) = 117+59+221=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #753BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753BDD is #8AC422. Grayscale: #5E5E5E. Windows color (decimal): -9094179 or 14498677. OLE color: 14498677.

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

Color convert

RGB 117 59 221 -
CMYK 0.47 0.73 0 0.13
HSL 261.48º 0.7% 0.55% -
HSV(B) 261.48º 0.73% 0.87% -
XYZ 21.95 12.13 69.59 -
YUV 94.81 199.22 143.83 -
System Red Green Blue C M Y K H S L
Decimal 117 59 221 0.47 0.73 0 0.13 261.48 0.7 0.55
Hex 75 3B DD 2F 49 0 D 105 46 37
Octal 165 73 335 57 111 0 15 405 106 67
Binary 1110101 111011 11011101 101111 1001001 0 1101 100000101 1000110 110111

Color Harmonies of #753BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753BDD

Black with #753BDD

Text Example


Text Example

White with #753BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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