Html Css Color HEX #5336BD Purple Heart

📋 copy color: '#5336BD'

red 83 ◦ green 54 ◦ blue 189

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

Shades of Purple Heart #5336BD

Tints of Purple Heart #5336BD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

 BLUE value IS 189 (74.22% from 255) = 57.98%

R = 25.46%
G = 16.56%
B = 57.98%

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

#5336BD (or 0x5336BD) is known color: Purple Heart. HEX triplet: 53, 36 and BD. RGB value is (83,54,189). Sum of RGB (Red+Green+Blue) = 83+54+189=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #5336BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5336BD is #ACC942. Grayscale: #4D4D4D. Windows color (decimal): -11323715 or 12400211. OLE color: 12400211.

HSL color Cylindrical-coordinate representation of color #5336BD: hue angle of 252.89º degrees, saturation: 0.56, 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 #5336BD is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 54 189 -
CMYK 0.56 0.71 0 0.26
HSL 252.89º 0.56% 0.48% -
HSV(B) 252.89º 0.71% 0.74% -
XYZ 14.07 8.15 48.98 -
YUV 78.06 190.61 131.52 -
System Red Green Blue C M Y K H S L
Decimal 83 54 189 0.56 0.71 0 0.26 252.89 0.56 0.48
Hex 53 36 BD 38 47 0 1A FD 38 30
Octal 123 66 275 70 107 0 32 375 70 60
Binary 1010011 110110 10111101 111000 1000111 0 11010 11111101 111000 110000

Color Harmonies of #5336BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5336BD

Black with #5336BD

Text Example


Text Example

White with #5336BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5336BD; }

 p { color: rgb(83,54,189); }

 H1.HeaderClassName
 {
   color: #5336BD;
 }
 .AnyTagClassName
 {
   color: #5336BD;
 }
</style>

background-color css

<style>
 a { background-color: #5336BD; }

 a { background-color: rgb(83,54,189); }

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

border-color css

<style>
 span { border-color: #5336BD; }

 span { border-color: rgb(83,54,189); }

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