Html Css Color HEX #5938CD Purple Heart

📋 copy color: '#5938CD'

red 89 ◦ green 56 ◦ blue 205

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

Shades of Purple Heart #5938CD

Tints of Purple Heart #5938CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.57%

R = 25.43%
G = 16%
B = 58.57%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5938CD (or 0x5938CD) is known color: Purple Heart. HEX triplet: 59, 38 and CD. RGB value is (89,56,205). Sum of RGB (Red+Green+Blue) = 89+56+205=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #5938CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5938CD is #A6C732. Grayscale: #525252. Windows color (decimal): -10929971 or 13449305. OLE color: 13449305.

HSL color Cylindrical-coordinate representation of color #5938CD: hue angle of 253.29º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5938CD is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 56 205 -
CMYK 0.57 0.73 0 0.20
HSL 253.29º 0.6% 0.51% -
HSV(B) 253.29º 0.73% 0.8% -
XYZ 16.55 9.36 58.69 -
YUV 82.85 196.93 132.38 -
System Red Green Blue C M Y K H S L
Decimal 89 56 205 0.57 0.73 0 0.20 253.29 0.6 0.51
Hex 59 38 CD 39 49 0 14 FD 3C 33
Octal 131 70 315 71 111 0 24 375 74 63
Binary 1011001 111000 11001101 111001 1001001 0 10100 11111101 111100 110011

Color Harmonies of #5938CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5938CD

Black with #5938CD

Text Example


Text Example

White with #5938CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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