Html Css Color HEX #532BBA Purple Heart

📋 copy color: '#532BBA'

red 83 ◦ green 43 ◦ blue 186

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

Shades of Purple Heart #532BBA

Tints of Purple Heart #532BBA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.78%

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

R = 26.6%
G = 13.78%
B = 59.62%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#532BBA (or 0x532BBA) is known color: Purple Heart. HEX triplet: 53, 2B and BA. RGB value is (83,43,186). Sum of RGB (Red+Green+Blue) = 83+43+186=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #532BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532BBA is #ACD445. Grayscale: #464646. Windows color (decimal): -11326534 or 12200787. OLE color: 12200787.

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

Color convert

RGB 83 43 186 -
CMYK 0.55 0.77 0 0.27
HSL 256.78º 0.62% 0.45% -
HSV(B) 256.78º 0.77% 0.73% -
XYZ 13.29 7.11 47.13 -
YUV 71.26 192.75 136.37 -
System Red Green Blue C M Y K H S L
Decimal 83 43 186 0.55 0.77 0 0.27 256.78 0.62 0.45
Hex 53 2B BA 37 4D 0 1B 101 3E 2D
Octal 123 53 272 67 115 0 33 401 76 55
Binary 1010011 101011 10111010 110111 1001101 0 11011 100000001 111110 101101

Color Harmonies of #532BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532BBA

Black with #532BBA

Text Example


Text Example

White with #532BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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