Html Css Color HEX #5337BC Purple Heart

📋 copy color: '#5337BC'

red 83 ◦ green 55 ◦ blue 188

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

Shades of Purple Heart #5337BC

Tints of Purple Heart #5337BC

RGB

 RED value IS 83 (32.81% from 255) = 25.46%

 GREEN value IS 55 (21.88% from 255) = 16.87%

 BLUE value IS 188 (73.83% from 255) = 57.67%

R = 25.46%
G = 16.87%
B = 57.67%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5337BC (or 0x5337BC) is known color: Purple Heart. HEX triplet: 53, 37 and BC. RGB value is (83,55,188). Sum of RGB (Red+Green+Blue) = 83+55+188=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #5337BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5337BC is #ACC843. Grayscale: #4E4E4E. Windows color (decimal): -11323460 or 12334931. OLE color: 12334931.

HSL color Cylindrical-coordinate representation of color #5337BC: hue angle of 252.63º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5337BC is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 55 188 -
CMYK 0.56 0.71 0 0.26
HSL 252.63º 0.55% 0.48% -
HSV(B) 252.63º 0.71% 0.74% -
XYZ 14.01 8.2 48.42 -
YUV 78.53 189.78 131.19 -
System Red Green Blue C M Y K H S L
Decimal 83 55 188 0.56 0.71 0 0.26 252.63 0.55 0.48
Hex 53 37 BC 38 47 0 1A FD 37 30
Octal 123 67 274 70 107 0 32 375 67 60
Binary 1010011 110111 10111100 111000 1000111 0 11010 11111101 110111 110000

Color Harmonies of #5337BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5337BC

Black with #5337BC

Text Example


Text Example

White with #5337BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5337BC; }

 p { color: rgb(83,55,188); }

 H1.HeaderClassName
 {
   color: #5337BC;
 }
 .AnyTagClassName
 {
   color: #5337BC;
 }
</style>

background-color css

<style>
 a { background-color: #5337BC; }

 a { background-color: rgb(83,55,188); }

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

border-color css

<style>
 span { border-color: #5337BC; }

 span { border-color: rgb(83,55,188); }

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