Html Css Color HEX #5A39DF Purple Heart

📋 copy color: '#5A39DF'

red 90 ◦ green 57 ◦ blue 223

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

Shades of Purple Heart #5A39DF

Tints of Purple Heart #5A39DF

RGB

 RED value IS 90 (35.55% from 255) = 24.32%

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

 BLUE value IS 223 (87.5% from 255) = 60.27%

R = 24.32%
G = 15.41%
B = 60.27%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A39DF (or 0x5A39DF) is known color: Purple Heart. HEX triplet: 5A, 39 and DF. RGB value is (90,57,223). Sum of RGB (Red+Green+Blue) = 90+57+223=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A39DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A39DF is #A5C620. Grayscale: #555555. Windows color (decimal): -10864161 or 14629210. OLE color: 14629210.

HSL color Cylindrical-coordinate representation of color #5A39DF: hue angle of 251.93º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A39DF is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 57 223 -
CMYK 0.60 0.74 0 0.13
HSL 251.93º 0.72% 0.55% -
HSV(B) 251.93º 0.74% 0.87% -
XYZ 19 10.43 70.82 -
YUV 85.79 205.43 131 -
System Red Green Blue C M Y K H S L
Decimal 90 57 223 0.60 0.74 0 0.13 251.93 0.72 0.55
Hex 5A 39 DF 3C 4A 0 D FC 48 37
Octal 132 71 337 74 112 0 15 374 110 67
Binary 1011010 111001 11011111 111100 1001010 0 1101 11111100 1001000 110111

Color Harmonies of #5A39DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A39DF

Black with #5A39DF

Text Example


Text Example

White with #5A39DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A39DF; }

 p { color: rgb(90,57,223); }

 H1.HeaderClassName
 {
   color: #5A39DF;
 }
 .AnyTagClassName
 {
   color: #5A39DF;
 }
</style>

background-color css

<style>
 a { background-color: #5A39DF; }

 a { background-color: rgb(90,57,223); }

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

border-color css

<style>
 span { border-color: #5A39DF; }

 span { border-color: rgb(90,57,223); }

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