Html Css Color HEX #5D3BCC Purple Heart

📋 copy color: '#5D3BCC'

red 93 ◦ green 59 ◦ blue 204

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

Shades of Purple Heart #5D3BCC

Tints of Purple Heart #5D3BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.57%

 BLUE value IS 204 (80.08% from 255) = 57.3%

R = 26.12%
G = 16.57%
B = 57.3%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5D3BCC (or 0x5D3BCC) is known color: Purple Heart. HEX triplet: 5D, 3B and CC. RGB value is (93,59,204). Sum of RGB (Red+Green+Blue) = 93+59+204=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D3BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3BCC is #A2C433. Grayscale: #555555. Windows color (decimal): -10667060 or 13384541. OLE color: 13384541.

HSL color Cylindrical-coordinate representation of color #5D3BCC: hue angle of 254.07º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D3BCC is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 59 204 -
CMYK 0.54 0.71 0 0.2
HSL 254.07º 0.59% 0.52% -
HSV(B) 254.07º 0.71% 0.8% -
XYZ 16.98 9.81 58.13 -
YUV 85.7 194.76 133.21 -
System Red Green Blue C M Y K H S L
Decimal 93 59 204 0.54 0.71 0 0.2 254.07 0.59 0.52
Hex 5D 3B CC 36 47 0 14 FE 3B 34
Octal 135 73 314 66 107 0 24 376 73 64
Binary 1011101 111011 11001100 110110 1000111 0 10100 11111110 111011 110100

Color Harmonies of #5D3BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3BCC

Black with #5D3BCC

Text Example


Text Example

White with #5D3BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,59,204); }

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

background-color css

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

 a { background-color: rgb(93,59,204); }

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

border-color css

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

 span { border-color: rgb(93,59,204); }

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