Html Css Color HEX #5B3CCD Purple Heart

📋 copy color: '#5B3CCD'

red 91 ◦ green 60 ◦ blue 205

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

Shades of Purple Heart #5B3CCD

Tints of Purple Heart #5B3CCD

RGB

 RED value IS 91 (35.94% from 255) = 25.56%

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

 BLUE value IS 205 (80.47% from 255) = 57.58%

R = 25.56%
G = 16.85%
B = 57.58%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5B3CCD (or 0x5B3CCD) is known color: Purple Heart. HEX triplet: 5B, 3C and CD. RGB value is (91,60,205). Sum of RGB (Red+Green+Blue) = 91+60+205=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B3CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3CCD is #A4C332. Grayscale: #555555. Windows color (decimal): -10797875 or 13450331. OLE color: 13450331.

HSL color Cylindrical-coordinate representation of color #5B3CCD: hue angle of 252.83º 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 #5B3CCD is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 91 60 205 -
CMYK 0.56 0.71 0 0.20
HSL 252.83º 0.59% 0.52% -
HSV(B) 252.83º 0.71% 0.8% -
XYZ 16.95 9.86 58.77 -
YUV 85.8 195.27 131.71 -
System Red Green Blue C M Y K H S L
Decimal 91 60 205 0.56 0.71 0 0.20 252.83 0.59 0.52
Hex 5B 3C CD 38 47 0 14 FD 3B 34
Octal 133 74 315 70 107 0 24 375 73 64
Binary 1011011 111100 11001101 111000 1000111 0 10100 11111101 111011 110100

Color Harmonies of #5B3CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3CCD

Black with #5B3CCD

Text Example


Text Example

White with #5B3CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,60,205); }

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

background-color css

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

 a { background-color: rgb(91,60,205); }

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

border-color css

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

 span { border-color: rgb(91,60,205); }

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