Html Css Color HEX #5B3DBA Purple Heart

📋 copy color: '#5B3DBA'

red 91 ◦ green 61 ◦ blue 186

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

Shades of Purple Heart #5B3DBA

Tints of Purple Heart #5B3DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.05%

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

R = 26.92%
G = 18.05%
B = 55.03%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B3DBA (or 0x5B3DBA) is known color: Purple Heart. HEX triplet: 5B, 3D and BA. RGB value is (91,61,186). Sum of RGB (Red+Green+Blue) = 91+61+186=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B3DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3DBA is #A4C245. Grayscale: #535353. Windows color (decimal): -10797638 or 12205403. OLE color: 12205403.

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

Color convert

RGB 91 61 186 -
CMYK 0.51 0.67 0 0.27
HSL 254.4º 0.51% 0.48% -
HSV(B) 254.4º 0.67% 0.73% -
XYZ 14.85 9.11 47.43 -
YUV 84.22 185.44 132.84 -
System Red Green Blue C M Y K H S L
Decimal 91 61 186 0.51 0.67 0 0.27 254.4 0.51 0.48
Hex 5B 3D BA 33 43 0 1B FE 33 30
Octal 133 75 272 63 103 0 33 376 63 60
Binary 1011011 111101 10111010 110011 1000011 0 11011 11111110 110011 110000

Color Harmonies of #5B3DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3DBA

Black with #5B3DBA

Text Example


Text Example

White with #5B3DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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