Html Css Color HEX #532EB8 Purple Heart

📋 copy color: '#532EB8'

red 83 ◦ green 46 ◦ blue 184

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

Shades of Purple Heart #532EB8

Tints of Purple Heart #532EB8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.7%

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

R = 26.52%
G = 14.7%
B = 58.79%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#532EB8 (or 0x532EB8) is known color: Purple Heart. HEX triplet: 53, 2E and B8. RGB value is (83,46,184). Sum of RGB (Red+Green+Blue) = 83+46+184=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 184 (72.27% from 255 or 58.79% from 313); Max value from RGB is 184 - color contains mainly: blue. Hex color #532EB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532EB8 is #ACD147. Grayscale: #484848. Windows color (decimal): -11325768 or 12070483. OLE color: 12070483.

HSL color Cylindrical-coordinate representation of color #532EB8: hue angle of 256.09º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #532EB8 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 46 184 -
CMYK 0.55 0.75 0 0.28
HSL 256.09º 0.6% 0.45% -
HSV(B) 256.09º 0.75% 0.72% -
XYZ 13.2 7.25 46.05 -
YUV 72.8 190.76 135.28 -
System Red Green Blue C M Y K H S L
Decimal 83 46 184 0.55 0.75 0 0.28 256.09 0.6 0.45
Hex 53 2E B8 37 4B 0 1C 100 3C 2D
Octal 123 56 270 67 113 0 34 400 74 55
Binary 1010011 101110 10111000 110111 1001011 0 11100 100000000 111100 101101

Color Harmonies of #532EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532EB8

Black with #532EB8

Text Example


Text Example

White with #532EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532EB8; }

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

 H1.HeaderClassName
 {
   color: #532EB8;
 }
 .AnyTagClassName
 {
   color: #532EB8;
 }
</style>

background-color css

<style>
 a { background-color: #532EB8; }

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

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

border-color css

<style>
 span { border-color: #532EB8; }

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

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