Html Css Color HEX #533FB8 Purple Heart

📋 copy color: '#533FB8'

red 83 ◦ green 63 ◦ blue 184

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

Shades of Purple Heart #533FB8

Tints of Purple Heart #533FB8

RGB

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

 GREEN value IS 63 (25% from 255) = 19.09%

 BLUE value IS 184 (72.27% from 255) = 55.76%

R = 25.15%
G = 19.09%
B = 55.76%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#533FB8 (or 0x533FB8) is known color: Purple Heart. HEX triplet: 53, 3F and B8. RGB value is (83,63,184). Sum of RGB (Red+Green+Blue) = 83+63+184=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 184 (72.27% from 255 or 55.76% from 330); Max value from RGB is 184 - color contains mainly: blue. Hex color #533FB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533FB8 is #ACC047. Grayscale: #525252. Windows color (decimal): -11321416 or 12074835. OLE color: 12074835.

HSL color Cylindrical-coordinate representation of color #533FB8: hue angle of 249.92º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533FB8 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 63 184 -
CMYK 0.55 0.66 0 0.28
HSL 249.92º 0.49% 0.48% -
HSV(B) 249.92º 0.66% 0.72% -
XYZ 14 8.85 46.32 -
YUV 82.77 185.13 128.16 -
System Red Green Blue C M Y K H S L
Decimal 83 63 184 0.55 0.66 0 0.28 249.92 0.49 0.48
Hex 53 3F B8 37 42 0 1C FA 31 30
Octal 123 77 270 67 102 0 34 372 61 60
Binary 1010011 111111 10111000 110111 1000010 0 11100 11111010 110001 110000

Color Harmonies of #533FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533FB8

Black with #533FB8

Text Example


Text Example

White with #533FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533FB8; }

 p { color: rgb(83,63,184); }

 H1.HeaderClassName
 {
   color: #533FB8;
 }
 .AnyTagClassName
 {
   color: #533FB8;
 }
</style>

background-color css

<style>
 a { background-color: #533FB8; }

 a { background-color: rgb(83,63,184); }

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

border-color css

<style>
 span { border-color: #533FB8; }

 span { border-color: rgb(83,63,184); }

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