Html Css Color HEX #5B38BD Purple Heart

📋 copy color: '#5B38BD'

red 91 ◦ green 56 ◦ blue 189

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

Shades of Purple Heart #5B38BD

Tints of Purple Heart #5B38BD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.67%

 BLUE value IS 189 (74.22% from 255) = 56.25%

R = 27.08%
G = 16.67%
B = 56.25%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5B38BD (or 0x5B38BD) is known color: Purple Heart. HEX triplet: 5B, 38 and BD. RGB value is (91,56,189). Sum of RGB (Red+Green+Blue) = 91+56+189=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B38BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B38BD is #A4C742. Grayscale: #515151. Windows color (decimal): -10798915 or 12400731. OLE color: 12400731.

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

Color convert

RGB 91 56 189 -
CMYK 0.52 0.70 0 0.26
HSL 255.79º 0.54% 0.48% -
HSV(B) 255.79º 0.7% 0.74% -
XYZ 14.91 8.73 49.04 -
YUV 81.63 188.6 134.69 -
System Red Green Blue C M Y K H S L
Decimal 91 56 189 0.52 0.70 0 0.26 255.79 0.54 0.48
Hex 5B 38 BD 34 46 0 1A 100 36 30
Octal 133 70 275 64 106 0 32 400 66 60
Binary 1011011 111000 10111101 110100 1000110 0 11010 100000000 110110 110000

Color Harmonies of #5B38BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B38BD

Black with #5B38BD

Text Example


Text Example

White with #5B38BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,56,189); }

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

background-color css

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

 a { background-color: rgb(91,56,189); }

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

border-color css

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

 span { border-color: rgb(91,56,189); }

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