Html Css Color HEX #532ABF Purple Heart

📋 copy color: '#532ABF'

red 83 ◦ green 42 ◦ blue 191

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

Shades of Purple Heart #532ABF

Tints of Purple Heart #532ABF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.29%

 BLUE value IS 191 (75% from 255) = 60.44%

R = 26.27%
G = 13.29%
B = 60.44%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#532ABF (or 0x532ABF) is known color: Purple Heart. HEX triplet: 53, 2A and BF. RGB value is (83,42,191). Sum of RGB (Red+Green+Blue) = 83+42+191=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #532ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532ABF is #ACD540. Grayscale: #464646. Windows color (decimal): -11326785 or 12528211. OLE color: 12528211.

HSL color Cylindrical-coordinate representation of color #532ABF: hue angle of 256.51º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #532ABF is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 42 191 -
CMYK 0.57 0.78 0 0.25
HSL 256.51º 0.64% 0.46% -
HSV(B) 256.51º 0.78% 0.75% -
XYZ 13.8 7.26 49.96 -
YUV 71.25 195.58 136.38 -
System Red Green Blue C M Y K H S L
Decimal 83 42 191 0.57 0.78 0 0.25 256.51 0.64 0.46
Hex 53 2A BF 39 4E 0 19 101 40 2E
Octal 123 52 277 71 116 0 31 401 100 56
Binary 1010011 101010 10111111 111001 1001110 0 11001 100000001 1000000 101110

Color Harmonies of #532ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532ABF

Black with #532ABF

Text Example


Text Example

White with #532ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,42,191); }

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

background-color css

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

 a { background-color: rgb(83,42,191); }

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

border-color css

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

 span { border-color: rgb(83,42,191); }

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