Html Css Color HEX #523AB6 Purple Heart

📋 copy color: '#523AB6'

red 82 ◦ green 58 ◦ blue 182

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

Shades of Purple Heart #523AB6

Tints of Purple Heart #523AB6

RGB

 RED value IS 82 (32.42% from 255) = 25.47%

 GREEN value IS 58 (23.05% from 255) = 18.01%

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

R = 25.47%
G = 18.01%
B = 56.52%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#523AB6 (or 0x523AB6) is known color: Purple Heart. HEX triplet: 52, 3A and B6. RGB value is (82,58,182). Sum of RGB (Red+Green+Blue) = 82+58+182=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 182 (71.48% from 255 or 56.52% from 322); Max value from RGB is 182 - color contains mainly: blue. Hex color #523AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523AB6 is #ADC549. Grayscale: #4E4E4E. Windows color (decimal): -11388234 or 11942482. OLE color: 11942482.

HSL color Cylindrical-coordinate representation of color #523AB6: hue angle of 251.61º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #523AB6 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 58 182 -
CMYK 0.55 0.68 0 0.29
HSL 251.61º 0.52% 0.47% -
HSV(B) 251.61º 0.68% 0.71% -
XYZ 13.44 8.2 45.13 -
YUV 79.31 185.95 129.92 -
System Red Green Blue C M Y K H S L
Decimal 82 58 182 0.55 0.68 0 0.29 251.61 0.52 0.47
Hex 52 3A B6 37 44 0 1D FC 34 2F
Octal 122 72 266 67 104 0 35 374 64 57
Binary 1010010 111010 10110110 110111 1000100 0 11101 11111100 110100 101111

Color Harmonies of #523AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523AB6

Black with #523AB6

Text Example


Text Example

White with #523AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523AB6; }

 p { color: rgb(82,58,182); }

 H1.HeaderClassName
 {
   color: #523AB6;
 }
 .AnyTagClassName
 {
   color: #523AB6;
 }
</style>

background-color css

<style>
 a { background-color: #523AB6; }

 a { background-color: rgb(82,58,182); }

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

border-color css

<style>
 span { border-color: #523AB6; }

 span { border-color: rgb(82,58,182); }

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