Html Css Color HEX #5D41CA Purple Heart

📋 copy color: '#5D41CA'

red 93 ◦ green 65 ◦ blue 202

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

Shades of Purple Heart #5D41CA

Tints of Purple Heart #5D41CA

RGB

 RED value IS 93 (36.72% from 255) = 25.83%

 GREEN value IS 65 (25.78% from 255) = 18.06%

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

R = 25.83%
G = 18.06%
B = 56.11%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5D41CA (or 0x5D41CA) is known color: Purple Heart. HEX triplet: 5D, 41 and CA. RGB value is (93,65,202). Sum of RGB (Red+Green+Blue) = 93+65+202=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D41CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D41CA is #A2BE35. Grayscale: #585858. Windows color (decimal): -10665526 or 13255005. OLE color: 13255005.

HSL color Cylindrical-coordinate representation of color #5D41CA: hue angle of 252.26º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D41CA is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 65 202 -
CMYK 0.54 0.68 0 0.21
HSL 252.26º 0.56% 0.52% -
HSV(B) 252.26º 0.68% 0.79% -
XYZ 17.07 10.37 56.98 -
YUV 88.99 191.78 130.86 -
System Red Green Blue C M Y K H S L
Decimal 93 65 202 0.54 0.68 0 0.21 252.26 0.56 0.52
Hex 5D 41 CA 36 44 0 15 FC 38 34
Octal 135 101 312 66 104 0 25 374 70 64
Binary 1011101 1000001 11001010 110110 1000100 0 10101 11111100 111000 110100

Color Harmonies of #5D41CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D41CA

Black with #5D41CA

Text Example


Text Example

White with #5D41CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,65,202); }

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

background-color css

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

 a { background-color: rgb(93,65,202); }

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

border-color css

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

 span { border-color: rgb(93,65,202); }

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