Html Css Color HEX #532CB6 Purple Heart

📋 copy color: '#532CB6'

red 83 ◦ green 44 ◦ blue 182

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

Shades of Purple Heart #532CB6

Tints of Purple Heart #532CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 58.9%

R = 26.86%
G = 14.24%
B = 58.9%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#532CB6 (or 0x532CB6) is known color: Purple Heart. HEX triplet: 53, 2C and B6. RGB value is (83,44,182). Sum of RGB (Red+Green+Blue) = 83+44+182=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #532CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CB6 is #ACD349. Grayscale: #464646. Windows color (decimal): -11326282 or 11938899. OLE color: 11938899.

HSL color Cylindrical-coordinate representation of color #532CB6: hue angle of 256.96º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #532CB6 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 44 182 -
CMYK 0.54 0.76 0 0.29
HSL 256.96º 0.61% 0.44% -
HSV(B) 256.96º 0.76% 0.71% -
XYZ 12.91 7.02 44.93 -
YUV 71.39 190.42 136.28 -
System Red Green Blue C M Y K H S L
Decimal 83 44 182 0.54 0.76 0 0.29 256.96 0.61 0.44
Hex 53 2C B6 36 4C 0 1D 101 3D 2C
Octal 123 54 266 66 114 0 35 401 75 54
Binary 1010011 101100 10110110 110110 1001100 0 11101 100000001 111101 101100

Color Harmonies of #532CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532CB6

Black with #532CB6

Text Example


Text Example

White with #532CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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