Html Css Color HEX #5B27D8 Purple Heart

📋 copy color: '#5B27D8'

red 91 ◦ green 39 ◦ blue 216

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

Shades of Purple Heart #5B27D8

Tints of Purple Heart #5B27D8

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.27%

 BLUE value IS 216 (84.77% from 255) = 62.43%

R = 26.3%
G = 11.27%
B = 62.43%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5B27D8 (or 0x5B27D8) is known color: Purple Heart. HEX triplet: 5B, 27 and D8. RGB value is (91,39,216). Sum of RGB (Red+Green+Blue) = 91+39+216=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 216 (84.77% from 255 or 62.43% from 346); Max value from RGB is 216 - color contains mainly: blue. Hex color #5B27D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B27D8 is #A4D827. Grayscale: #4A4A4A. Windows color (decimal): -10803240 or 14165851. OLE color: 14165851.

HSL color Cylindrical-coordinate representation of color #5B27D8: hue angle of 257.63º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B27D8 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 91 39 216 -
CMYK 0.58 0.82 0 0.15
HSL 257.63º 0.69% 0.5% -
HSV(B) 257.63º 0.82% 0.85% -
XYZ 17.43 8.63 65.71 -
YUV 74.73 207.73 139.61 -
System Red Green Blue C M Y K H S L
Decimal 91 39 216 0.58 0.82 0 0.15 257.63 0.69 0.5
Hex 5B 27 D8 3A 52 0 F 102 45 32
Octal 133 47 330 72 122 0 17 402 105 62
Binary 1011011 100111 11011000 111010 1010010 0 1111 100000010 1000101 110010

Color Harmonies of #5B27D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B27D8

Black with #5B27D8

Text Example


Text Example

White with #5B27D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,39,216); }

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

background-color css

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

 a { background-color: rgb(91,39,216); }

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

border-color css

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

 span { border-color: rgb(91,39,216); }

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