Html Css Color HEX #5933CB Purple Heart

📋 copy color: '#5933CB'

red 89 ◦ green 51 ◦ blue 203

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

Shades of Purple Heart #5933CB

Tints of Purple Heart #5933CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.18%

R = 25.95%
G = 14.87%
B = 59.18%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5933CB (or 0x5933CB) is known color: Purple Heart. HEX triplet: 59, 33 and CB. RGB value is (89,51,203). Sum of RGB (Red+Green+Blue) = 89+51+203=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #5933CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5933CB is #A6CC34. Grayscale: #4F4F4F. Windows color (decimal): -10931253 or 13316953. OLE color: 13316953.

HSL color Cylindrical-coordinate representation of color #5933CB: hue angle of 255º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5933CB is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 51 203 -
CMYK 0.56 0.75 0 0.20
HSL 255º 0.6% 0.5% -
HSV(B) 255º 0.75% 0.8% -
XYZ 16.08 8.8 57.35 -
YUV 79.69 197.59 134.64 -
System Red Green Blue C M Y K H S L
Decimal 89 51 203 0.56 0.75 0 0.20 255 0.6 0.5
Hex 59 33 CB 38 4B 0 14 FF 3C 32
Octal 131 63 313 70 113 0 24 377 74 62
Binary 1011001 110011 11001011 111000 1001011 0 10100 11111111 111100 110010

Color Harmonies of #5933CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5933CB

Black with #5933CB

Text Example


Text Example

White with #5933CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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