Html Css Color HEX #5B35BA Purple Heart

📋 copy color: '#5B35BA'

red 91 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #5B35BA

Tints of Purple Heart #5B35BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.06%

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 27.58%
G = 16.06%
B = 56.36%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B35BA (or 0x5B35BA) is known color: Purple Heart. HEX triplet: 5B, 35 and BA. RGB value is (91,53,186). Sum of RGB (Red+Green+Blue) = 91+53+186=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B35BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B35BA is #A4CA45. Grayscale: #4F4F4F. Windows color (decimal): -10799686 or 12203355. OLE color: 12203355.

HSL color Cylindrical-coordinate representation of color #5B35BA: hue angle of 257.14º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B35BA is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 53 186 -
CMYK 0.51 0.72 0 0.27
HSL 257.14º 0.56% 0.47% -
HSV(B) 257.14º 0.72% 0.73% -
XYZ 14.45 8.32 47.3 -
YUV 79.52 188.09 136.19 -
System Red Green Blue C M Y K H S L
Decimal 91 53 186 0.51 0.72 0 0.27 257.14 0.56 0.47
Hex 5B 35 BA 33 48 0 1B 101 38 2F
Octal 133 65 272 63 110 0 33 401 70 57
Binary 1011011 110101 10111010 110011 1001000 0 11011 100000001 111000 101111

Color Harmonies of #5B35BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B35BA

Black with #5B35BA

Text Example


Text Example

White with #5B35BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,53,186); }

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

background-color css

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

 a { background-color: rgb(91,53,186); }

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

border-color css

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

 span { border-color: rgb(91,53,186); }

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