Html Css Color HEX #533DB8 Purple Heart

📋 copy color: '#533DB8'

red 83 ◦ green 61 ◦ blue 184

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

Shades of Purple Heart #533DB8

Tints of Purple Heart #533DB8

RGB

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

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

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

R = 25.3%
G = 18.6%
B = 56.1%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#533DB8 (or 0x533DB8) is known color: Purple Heart. HEX triplet: 53, 3D and B8. RGB value is (83,61,184). Sum of RGB (Red+Green+Blue) = 83+61+184=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 184 (72.27% from 255 or 56.10% from 328); Max value from RGB is 184 - color contains mainly: blue. Hex color #533DB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DB8 is #ACC247. Grayscale: #515151. Windows color (decimal): -11321928 or 12074323. OLE color: 12074323.

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

Color convert

RGB 83 61 184 -
CMYK 0.55 0.67 0 0.28
HSL 250.73º 0.5% 0.48% -
HSV(B) 250.73º 0.67% 0.72% -
XYZ 13.89 8.64 46.28 -
YUV 81.6 185.79 129 -
System Red Green Blue C M Y K H S L
Decimal 83 61 184 0.55 0.67 0 0.28 250.73 0.5 0.48
Hex 53 3D B8 37 43 0 1C FB 32 30
Octal 123 75 270 67 103 0 34 373 62 60
Binary 1010011 111101 10111000 110111 1000011 0 11100 11111011 110010 110000

Color Harmonies of #533DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533DB8

Black with #533DB8

Text Example


Text Example

White with #533DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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