Html Css Color HEX #5B2FCD Purple Heart

📋 copy color: '#5B2FCD'

red 91 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #5B2FCD

Tints of Purple Heart #5B2FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.7%

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

R = 26.53%
G = 13.7%
B = 59.77%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5B2FCD (or 0x5B2FCD) is known color: Purple Heart. HEX triplet: 5B, 2F and CD. RGB value is (91,47,205). Sum of RGB (Red+Green+Blue) = 91+47+205=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B2FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2FCD is #A4D032. Grayscale: #4D4D4D. Windows color (decimal): -10801203 or 13447003. OLE color: 13447003.

HSL color Cylindrical-coordinate representation of color #5B2FCD: hue angle of 256.71º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B2FCD is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 91 47 205 -
CMYK 0.56 0.77 0 0.20
HSL 256.71º 0.63% 0.49% -
HSV(B) 256.71º 0.77% 0.8% -
XYZ 16.35 8.66 58.57 -
YUV 78.17 199.58 137.15 -
System Red Green Blue C M Y K H S L
Decimal 91 47 205 0.56 0.77 0 0.20 256.71 0.63 0.49
Hex 5B 2F CD 38 4D 0 14 101 3F 31
Octal 133 57 315 70 115 0 24 401 77 61
Binary 1011011 101111 11001101 111000 1001101 0 10100 100000001 111111 110001

Color Harmonies of #5B2FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2FCD

Black with #5B2FCD

Text Example


Text Example

White with #5B2FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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