Html Css Color HEX #532FAB Purple Heart

📋 copy color: '#532FAB'

red 83 ◦ green 47 ◦ blue 171

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

Shades of Purple Heart #532FAB

Tints of Purple Heart #532FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.61%

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 27.57%
G = 15.61%
B = 56.81%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#532FAB (or 0x532FAB) is known color: Purple Heart. HEX triplet: 53, 2F and AB. RGB value is (83,47,171). Sum of RGB (Red+Green+Blue) = 83+47+171=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #532FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532FAB is #ACD054. Grayscale: #474747. Windows color (decimal): -11325525 or 11218771. OLE color: 11218771.

HSL color Cylindrical-coordinate representation of color #532FAB: hue angle of 257.42º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #532FAB is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 47 171 -
CMYK 0.51 0.73 0 0.33
HSL 257.42º 0.57% 0.43% -
HSV(B) 257.42º 0.73% 0.67% -
XYZ 11.93 6.81 39.21 -
YUV 71.9 183.93 135.92 -
System Red Green Blue C M Y K H S L
Decimal 83 47 171 0.51 0.73 0 0.33 257.42 0.57 0.43
Hex 53 2F AB 33 49 0 21 101 39 2B
Octal 123 57 253 63 111 0 41 401 71 53
Binary 1010011 101111 10101011 110011 1001001 0 100001 100000001 111001 101011

Color Harmonies of #532FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532FAB

Black with #532FAB

Text Example


Text Example

White with #532FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,47,171); }

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

background-color css

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

 a { background-color: rgb(83,47,171); }

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

border-color css

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

 span { border-color: rgb(83,47,171); }

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