Html Css Color HEX #5331B6 Purple Heart

📋 copy color: '#5331B6'

red 83 ◦ green 49 ◦ blue 182

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

Shades of Purple Heart #5331B6

Tints of Purple Heart #5331B6

RGB

 RED value IS 83 (32.81% from 255) = 26.43%

 GREEN value IS 49 (19.53% from 255) = 15.61%

 BLUE value IS 182 (71.48% from 255) = 57.96%

R = 26.43%
G = 15.61%
B = 57.96%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5331B6 (or 0x5331B6) is known color: Purple Heart. HEX triplet: 53, 31 and B6. RGB value is (83,49,182). Sum of RGB (Red+Green+Blue) = 83+49+182=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 182 (71.48% from 255 or 57.96% from 314); Max value from RGB is 182 - color contains mainly: blue. Hex color #5331B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5331B6 is #ACCE49. Grayscale: #494949. Windows color (decimal): -11325002 or 11940179. OLE color: 11940179.

HSL color Cylindrical-coordinate representation of color #5331B6: hue angle of 255.34º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5331B6 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 49 182 -
CMYK 0.54 0.73 0 0.29
HSL 255.34º 0.58% 0.45% -
HSV(B) 255.34º 0.73% 0.71% -
XYZ 13.11 7.41 45 -
YUV 74.33 188.76 134.19 -
System Red Green Blue C M Y K H S L
Decimal 83 49 182 0.54 0.73 0 0.29 255.34 0.58 0.45
Hex 53 31 B6 36 49 0 1D FF 3A 2D
Octal 123 61 266 66 111 0 35 377 72 55
Binary 1010011 110001 10110110 110110 1001001 0 11101 11111111 111010 101101

Color Harmonies of #5331B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5331B6

Black with #5331B6

Text Example


Text Example

White with #5331B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5331B6; }

 p { color: rgb(83,49,182); }

 H1.HeaderClassName
 {
   color: #5331B6;
 }
 .AnyTagClassName
 {
   color: #5331B6;
 }
</style>

background-color css

<style>
 a { background-color: #5331B6; }

 a { background-color: rgb(83,49,182); }

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

border-color css

<style>
 span { border-color: #5331B6; }

 span { border-color: rgb(83,49,182); }

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