Html Css Color HEX #5D41CB Purple Heart

📋 copy color: '#5D41CB'

red 93 ◦ green 65 ◦ blue 203

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

Shades of Purple Heart #5D41CB

Tints of Purple Heart #5D41CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.23%

R = 25.76%
G = 18.01%
B = 56.23%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D41CB (or 0x5D41CB) is known color: Purple Heart. HEX triplet: 5D, 41 and CB. RGB value is (93,65,203). Sum of RGB (Red+Green+Blue) = 93+65+203=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D41CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D41CB is #A2BE34. Grayscale: #585858. Windows color (decimal): -10665525 or 13320541. OLE color: 13320541.

HSL color Cylindrical-coordinate representation of color #5D41CB: hue angle of 252.17º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D41CB is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 65 203 -
CMYK 0.54 0.68 0 0.20
HSL 252.17º 0.57% 0.53% -
HSV(B) 252.17º 0.68% 0.8% -
XYZ 17.18 10.42 57.61 -
YUV 89.1 192.28 130.78 -
System Red Green Blue C M Y K H S L
Decimal 93 65 203 0.54 0.68 0 0.20 252.17 0.57 0.53
Hex 5D 41 CB 36 44 0 14 FC 39 35
Octal 135 101 313 66 104 0 24 374 71 65
Binary 1011101 1000001 11001011 110110 1000100 0 10100 11111100 111001 110101

Color Harmonies of #5D41CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D41CB

Black with #5D41CB

Text Example


Text Example

White with #5D41CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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