Html Css Color HEX #532CBA Purple Heart

📋 copy color: '#532CBA'

red 83 ◦ green 44 ◦ blue 186

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

Shades of Purple Heart #532CBA

Tints of Purple Heart #532CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.06%

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

R = 26.52%
G = 14.06%
B = 59.42%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#532CBA (or 0x532CBA) is known color: Purple Heart. HEX triplet: 53, 2C and BA. RGB value is (83,44,186). Sum of RGB (Red+Green+Blue) = 83+44+186=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #532CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CBA is #ACD345. Grayscale: #474747. Windows color (decimal): -11326278 or 12201043. OLE color: 12201043.

HSL color Cylindrical-coordinate representation of color #532CBA: hue angle of 256.48º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #532CBA is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 44 186 -
CMYK 0.55 0.76 0 0.27
HSL 256.48º 0.62% 0.45% -
HSV(B) 256.48º 0.76% 0.73% -
XYZ 13.33 7.19 47.14 -
YUV 71.85 192.42 135.95 -
System Red Green Blue C M Y K H S L
Decimal 83 44 186 0.55 0.76 0 0.27 256.48 0.62 0.45
Hex 53 2C BA 37 4C 0 1B 100 3E 2D
Octal 123 54 272 67 114 0 33 400 76 55
Binary 1010011 101100 10111010 110111 1001100 0 11011 100000000 111110 101101

Color Harmonies of #532CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532CBA

Black with #532CBA

Text Example


Text Example

White with #532CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,44,186); }

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

background-color css

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

 a { background-color: rgb(83,44,186); }

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

border-color css

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

 span { border-color: rgb(83,44,186); }

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