Html Css Color HEX #5938B3 Purple Heart

📋 copy color: '#5938B3'

red 89 ◦ green 56 ◦ blue 179

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

Shades of Purple Heart #5938B3

Tints of Purple Heart #5938B3

RGB

 RED value IS 89 (35.16% from 255) = 27.47%

 GREEN value IS 56 (22.27% from 255) = 17.28%

 BLUE value IS 179 (70.31% from 255) = 55.25%

R = 27.47%
G = 17.28%
B = 55.25%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5938B3 (or 0x5938B3) is known color: Purple Heart. HEX triplet: 59, 38 and B3. RGB value is (89,56,179). Sum of RGB (Red+Green+Blue) = 89+56+179=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 179 (70.31% from 255 or 55.25% from 324); Max value from RGB is 179 - color contains mainly: blue. Hex color #5938B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5938B3 is #A6C74C. Grayscale: #4F4F4F. Windows color (decimal): -10929997 or 11745369. OLE color: 11745369.

HSL color Cylindrical-coordinate representation of color #5938B3: hue angle of 256.1º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5938B3 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 89 56 179 -
CMYK 0.50 0.69 0 0.30
HSL 256.1º 0.52% 0.46% -
HSV(B) 256.1º 0.69% 0.7% -
XYZ 13.67 8.21 43.51 -
YUV 79.89 183.93 134.5 -
System Red Green Blue C M Y K H S L
Decimal 89 56 179 0.50 0.69 0 0.30 256.1 0.52 0.46
Hex 59 38 B3 32 45 0 1E 100 34 2E
Octal 131 70 263 62 105 0 36 400 64 56
Binary 1011001 111000 10110011 110010 1000101 0 11110 100000000 110100 101110

Color Harmonies of #5938B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5938B3

Black with #5938B3

Text Example


Text Example

White with #5938B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5938B3; }

 p { color: rgb(89,56,179); }

 H1.HeaderClassName
 {
   color: #5938B3;
 }
 .AnyTagClassName
 {
   color: #5938B3;
 }
</style>

background-color css

<style>
 a { background-color: #5938B3; }

 a { background-color: rgb(89,56,179); }

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

border-color css

<style>
 span { border-color: #5938B3; }

 span { border-color: rgb(89,56,179); }

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