Html Css Color HEX #5935CA Purple Heart

📋 copy color: '#5935CA'

red 89 ◦ green 53 ◦ blue 202

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

Shades of Purple Heart #5935CA

Tints of Purple Heart #5935CA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.41%

 BLUE value IS 202 (79.3% from 255) = 58.72%

R = 25.87%
G = 15.41%
B = 58.72%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5935CA (or 0x5935CA) is known color: Purple Heart. HEX triplet: 59, 35 and CA. RGB value is (89,53,202). Sum of RGB (Red+Green+Blue) = 89+53+202=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #5935CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5935CA is #A6CA35. Grayscale: #505050. Windows color (decimal): -10930742 or 13251929. OLE color: 13251929.

HSL color Cylindrical-coordinate representation of color #5935CA: hue angle of 254.5º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5935CA is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 53 202 -
CMYK 0.56 0.74 0 0.21
HSL 254.5º 0.58% 0.5% -
HSV(B) 254.5º 0.74% 0.79% -
XYZ 16.05 8.93 56.76 -
YUV 80.75 196.43 133.88 -
System Red Green Blue C M Y K H S L
Decimal 89 53 202 0.56 0.74 0 0.21 254.5 0.58 0.5
Hex 59 35 CA 38 4A 0 15 FE 3A 32
Octal 131 65 312 70 112 0 25 376 72 62
Binary 1011001 110101 11001010 111000 1001010 0 10101 11111110 111010 110010

Color Harmonies of #5935CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5935CA

Black with #5935CA

Text Example


Text Example

White with #5935CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5935CA; }

 p { color: rgb(89,53,202); }

 H1.HeaderClassName
 {
   color: #5935CA;
 }
 .AnyTagClassName
 {
   color: #5935CA;
 }
</style>

background-color css

<style>
 a { background-color: #5935CA; }

 a { background-color: rgb(89,53,202); }

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

border-color css

<style>
 span { border-color: #5935CA; }

 span { border-color: rgb(89,53,202); }

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