Html Css Color HEX #532DB6 Purple Heart

📋 copy color: '#532DB6'

red 83 ◦ green 45 ◦ blue 182

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

Shades of Purple Heart #532DB6

Tints of Purple Heart #532DB6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.52%

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

R = 26.77%
G = 14.52%
B = 58.71%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#532DB6 (or 0x532DB6) is known color: Purple Heart. HEX triplet: 53, 2D and B6. RGB value is (83,45,182). Sum of RGB (Red+Green+Blue) = 83+45+182=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 182 (71.48% from 255 or 58.71% from 310); Max value from RGB is 182 - color contains mainly: blue. Hex color #532DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532DB6 is #ACD249. Grayscale: #474747. Windows color (decimal): -11326026 or 11939155. OLE color: 11939155.

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

Color convert

RGB 83 45 182 -
CMYK 0.54 0.75 0 0.29
HSL 256.64º 0.6% 0.45% -
HSV(B) 256.64º 0.75% 0.71% -
XYZ 12.95 7.09 44.94 -
YUV 71.98 190.09 135.86 -
System Red Green Blue C M Y K H S L
Decimal 83 45 182 0.54 0.75 0 0.29 256.64 0.6 0.45
Hex 53 2D B6 36 4B 0 1D 101 3C 2D
Octal 123 55 266 66 113 0 35 401 74 55
Binary 1010011 101101 10110110 110110 1001011 0 11101 100000001 111100 101101

Color Harmonies of #532DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532DB6

Black with #532DB6

Text Example


Text Example

White with #532DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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