Html Css Color HEX #532FB9 Purple Heart

📋 copy color: '#532FB9'

red 83 ◦ green 47 ◦ blue 185

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

Shades of Purple Heart #532FB9

Tints of Purple Heart #532FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 58.73%

R = 26.35%
G = 14.92%
B = 58.73%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#532FB9 (or 0x532FB9) is known color: Purple Heart. HEX triplet: 53, 2F and B9. RGB value is (83,47,185). Sum of RGB (Red+Green+Blue) = 83+47+185=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 185 (72.66% from 255 or 58.73% from 315); Max value from RGB is 185 - color contains mainly: blue. Hex color #532FB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532FB9 is #ACD046. Grayscale: #484848. Windows color (decimal): -11325511 or 12136275. OLE color: 12136275.

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

Color convert

RGB 83 47 185 -
CMYK 0.55 0.75 0 0.27
HSL 255.65º 0.59% 0.45% -
HSV(B) 255.65º 0.75% 0.73% -
XYZ 13.34 7.37 46.62 -
YUV 73.5 190.93 134.78 -
System Red Green Blue C M Y K H S L
Decimal 83 47 185 0.55 0.75 0 0.27 255.65 0.59 0.45
Hex 53 2F B9 37 4B 0 1B 100 3B 2D
Octal 123 57 271 67 113 0 33 400 73 55
Binary 1010011 101111 10111001 110111 1001011 0 11011 100000000 111011 101101

Color Harmonies of #532FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532FB9

Black with #532FB9

Text Example


Text Example

White with #532FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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