Html Css Color HEX #5D38CA Purple Heart

📋 copy color: '#5D38CA'

red 93 ◦ green 56 ◦ blue 202

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

Shades of Purple Heart #5D38CA

Tints of Purple Heart #5D38CA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.95%

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

R = 26.5%
G = 15.95%
B = 57.55%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5D38CA (or 0x5D38CA) is known color: Purple Heart. HEX triplet: 5D, 38 and CA. RGB value is (93,56,202). Sum of RGB (Red+Green+Blue) = 93+56+202=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D38CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D38CA is #A2C735. Grayscale: #535353. Windows color (decimal): -10667830 or 13252701. OLE color: 13252701.

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

Color convert

RGB 93 56 202 -
CMYK 0.54 0.72 0 0.21
HSL 255.21º 0.58% 0.51% -
HSV(B) 255.21º 0.72% 0.79% -
XYZ 16.59 9.42 56.82 -
YUV 83.71 194.76 134.63 -
System Red Green Blue C M Y K H S L
Decimal 93 56 202 0.54 0.72 0 0.21 255.21 0.58 0.51
Hex 5D 38 CA 36 48 0 15 FF 3A 33
Octal 135 70 312 66 110 0 25 377 72 63
Binary 1011101 111000 11001010 110110 1001000 0 10101 11111111 111010 110011

Color Harmonies of #5D38CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D38CA

Black with #5D38CA

Text Example


Text Example

White with #5D38CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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