Html Css Color HEX #5D3CCB Purple Heart

📋 copy color: '#5D3CCB'

red 93 ◦ green 60 ◦ blue 203

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

Shades of Purple Heart #5D3CCB

Tints of Purple Heart #5D3CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.85%

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

R = 26.12%
G = 16.85%
B = 57.02%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D3CCB (or 0x5D3CCB) is known color: Purple Heart. HEX triplet: 5D, 3C and CB. RGB value is (93,60,203). Sum of RGB (Red+Green+Blue) = 93+60+203=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D3CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3CCB is #A2C334. Grayscale: #555555. Windows color (decimal): -10666805 or 13319261. OLE color: 13319261.

HSL color Cylindrical-coordinate representation of color #5D3CCB: hue angle of 253.85º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D3CCB is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 60 203 -
CMYK 0.54 0.70 0 0.20
HSL 253.85º 0.58% 0.52% -
HSV(B) 253.85º 0.7% 0.8% -
XYZ 16.91 9.87 57.51 -
YUV 86.17 193.93 132.87 -
System Red Green Blue C M Y K H S L
Decimal 93 60 203 0.54 0.70 0 0.20 253.85 0.58 0.52
Hex 5D 3C CB 36 46 0 14 FE 3A 34
Octal 135 74 313 66 106 0 24 376 72 64
Binary 1011101 111100 11001011 110110 1000110 0 10100 11111110 111010 110100

Color Harmonies of #5D3CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3CCB

Black with #5D3CCB

Text Example


Text Example

White with #5D3CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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