Html Css Color HEX #5933BD Purple Heart

📋 copy color: '#5933BD'

red 89 ◦ green 51 ◦ blue 189

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

Shades of Purple Heart #5933BD

Tints of Purple Heart #5933BD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.5%

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

R = 27.05%
G = 15.5%
B = 57.45%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5933BD (or 0x5933BD) is known color: Purple Heart. HEX triplet: 59, 33 and BD. RGB value is (89,51,189). Sum of RGB (Red+Green+Blue) = 89+51+189=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #5933BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5933BD is #A6CC42. Grayscale: #4D4D4D. Windows color (decimal): -10931267 or 12399449. OLE color: 12399449.

HSL color Cylindrical-coordinate representation of color #5933BD: hue angle of 256.52º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5933BD is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 51 189 -
CMYK 0.53 0.73 0 0.26
HSL 256.52º 0.58% 0.47% -
HSV(B) 256.52º 0.73% 0.74% -
XYZ 14.49 8.17 48.96 -
YUV 78.09 190.59 135.78 -
System Red Green Blue C M Y K H S L
Decimal 89 51 189 0.53 0.73 0 0.26 256.52 0.58 0.47
Hex 59 33 BD 35 49 0 1A 101 3A 2F
Octal 131 63 275 65 111 0 32 401 72 57
Binary 1011001 110011 10111101 110101 1001001 0 11010 100000001 111010 101111

Color Harmonies of #5933BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5933BD

Black with #5933BD

Text Example


Text Example

White with #5933BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,51,189); }

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

background-color css

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

 a { background-color: rgb(89,51,189); }

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

border-color css

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

 span { border-color: rgb(89,51,189); }

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