Html Css Color HEX #5339BF Purple Heart

📋 copy color: '#5339BF'

red 83 ◦ green 57 ◦ blue 191

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

Shades of Purple Heart #5339BF

Tints of Purple Heart #5339BF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.22%

 BLUE value IS 191 (75% from 255) = 57.7%

R = 25.08%
G = 17.22%
B = 57.7%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5339BF (or 0x5339BF) is known color: Purple Heart. HEX triplet: 53, 39 and BF. RGB value is (83,57,191). Sum of RGB (Red+Green+Blue) = 83+57+191=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #5339BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5339BF is #ACC640. Grayscale: #4F4F4F. Windows color (decimal): -11322945 or 12532051. OLE color: 12532051.

HSL color Cylindrical-coordinate representation of color #5339BF: hue angle of 251.64º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5339BF is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 57 191 -
CMYK 0.57 0.70 0 0.25
HSL 251.64º 0.54% 0.49% -
HSV(B) 251.64º 0.7% 0.75% -
XYZ 14.43 8.53 50.18 -
YUV 80.05 190.61 130.1 -
System Red Green Blue C M Y K H S L
Decimal 83 57 191 0.57 0.70 0 0.25 251.64 0.54 0.49
Hex 53 39 BF 39 46 0 19 FC 36 31
Octal 123 71 277 71 106 0 31 374 66 61
Binary 1010011 111001 10111111 111001 1000110 0 11001 11111100 110110 110001

Color Harmonies of #5339BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5339BF

Black with #5339BF

Text Example


Text Example

White with #5339BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5339BF; }

 p { color: rgb(83,57,191); }

 H1.HeaderClassName
 {
   color: #5339BF;
 }
 .AnyTagClassName
 {
   color: #5339BF;
 }
</style>

background-color css

<style>
 a { background-color: #5339BF; }

 a { background-color: rgb(83,57,191); }

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

border-color css

<style>
 span { border-color: #5339BF; }

 span { border-color: rgb(83,57,191); }

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