Html Css Color HEX #5D3CCE Purple Heart

📋 copy color: '#5D3CCE'

red 93 ◦ green 60 ◦ blue 206

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

Shades of Purple Heart #5D3CCE

Tints of Purple Heart #5D3CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.38%

R = 25.91%
G = 16.71%
B = 57.38%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D3CCE (or 0x5D3CCE) is known color: Purple Heart. HEX triplet: 5D, 3C and CE. RGB value is (93,60,206). Sum of RGB (Red+Green+Blue) = 93+60+206=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D3CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3CCE is #A2C331. Grayscale: #555555. Windows color (decimal): -10666802 or 13515869. OLE color: 13515869.

HSL color Cylindrical-coordinate representation of color #5D3CCE: hue angle of 253.56º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D3CCE is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 60 206 -
CMYK 0.55 0.71 0 0.19
HSL 253.56º 0.6% 0.52% -
HSV(B) 253.56º 0.71% 0.81% -
XYZ 17.27 10.02 59.42 -
YUV 86.51 195.43 132.63 -
System Red Green Blue C M Y K H S L
Decimal 93 60 206 0.55 0.71 0 0.19 253.56 0.6 0.52
Hex 5D 3C CE 37 47 0 13 FE 3C 34
Octal 135 74 316 67 107 0 23 376 74 64
Binary 1011101 111100 11001110 110111 1000111 0 10011 11111110 111100 110100

Color Harmonies of #5D3CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3CCE

Black with #5D3CCE

Text Example


Text Example

White with #5D3CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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