Html Css Color HEX #5D40CA Purple Heart

📋 copy color: '#5D40CA'

red 93 ◦ green 64 ◦ blue 202

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

Shades of Purple Heart #5D40CA

Tints of Purple Heart #5D40CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.83%

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

R = 25.91%
G = 17.83%
B = 56.27%

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

#5D40CA (or 0x5D40CA) is known color: Purple Heart. HEX triplet: 5D, 40 and CA. RGB value is (93,64,202). Sum of RGB (Red+Green+Blue) = 93+64+202=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D40CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D40CA is #A2BF35. Grayscale: #575757. Windows color (decimal): -10665782 or 13254749. OLE color: 13254749.

HSL color Cylindrical-coordinate representation of color #5D40CA: hue angle of 252.61º degrees, saturation: 0.57, 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 #5D40CA is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 64 202 -
CMYK 0.54 0.68 0 0.21
HSL 252.61º 0.57% 0.52% -
HSV(B) 252.61º 0.68% 0.79% -
XYZ 17.01 10.26 56.96 -
YUV 88.4 192.11 131.28 -
System Red Green Blue C M Y K H S L
Decimal 93 64 202 0.54 0.68 0 0.21 252.61 0.57 0.52
Hex 5D 40 CA 36 44 0 15 FD 39 34
Octal 135 100 312 66 104 0 25 375 71 64
Binary 1011101 1000000 11001010 110110 1000100 0 10101 11111101 111001 110100

Color Harmonies of #5D40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D40CA

Black with #5D40CA

Text Example


Text Example

White with #5D40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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