Html Css Color HEX #5A39C9 Purple Heart

📋 copy color: '#5A39C9'

red 90 ◦ green 57 ◦ blue 201

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

Shades of Purple Heart #5A39C9

Tints of Purple Heart #5A39C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 57.76%

R = 25.86%
G = 16.38%
B = 57.76%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5A39C9 (or 0x5A39C9) is known color: Purple Heart. HEX triplet: 5A, 39 and C9. RGB value is (90,57,201). Sum of RGB (Red+Green+Blue) = 90+57+201=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 201 (78.91% from 255 or 57.76% from 348); Max value from RGB is 201 - color contains mainly: blue. Hex color #5A39C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A39C9 is #A5C636. Grayscale: #525252. Windows color (decimal): -10864183 or 13187418. OLE color: 13187418.

HSL color Cylindrical-coordinate representation of color #5A39C9: hue angle of 253.75º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A39C9 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 57 201 -
CMYK 0.55 0.72 0 0.21
HSL 253.75º 0.57% 0.51% -
HSV(B) 253.75º 0.72% 0.79% -
XYZ 16.22 9.32 56.2 -
YUV 83.28 194.43 132.79 -
System Red Green Blue C M Y K H S L
Decimal 90 57 201 0.55 0.72 0 0.21 253.75 0.57 0.51
Hex 5A 39 C9 37 48 0 15 FE 39 33
Octal 132 71 311 67 110 0 25 376 71 63
Binary 1011010 111001 11001001 110111 1001000 0 10101 11111110 111001 110011

Color Harmonies of #5A39C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A39C9

Black with #5A39C9

Text Example


Text Example

White with #5A39C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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