Html Css Color HEX #523ADA Purple Heart

📋 copy color: '#523ADA'

red 82 ◦ green 58 ◦ blue 218

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

Shades of Purple Heart #523ADA

Tints of Purple Heart #523ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.89%

R = 22.91%
G = 16.2%
B = 60.89%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#523ADA (or 0x523ADA) is known color: Purple Heart. HEX triplet: 52, 3A and DA. RGB value is (82,58,218). Sum of RGB (Red+Green+Blue) = 82+58+218=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #523ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523ADA is #ADC525. Grayscale: #525252. Windows color (decimal): -11388198 or 14301778. OLE color: 14301778.

HSL color Cylindrical-coordinate representation of color #523ADA: hue angle of 249º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #523ADA is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 58 218 -
CMYK 0.62 0.73 0 0.15
HSL 249º 0.68% 0.54% -
HSV(B) 249º 0.73% 0.85% -
XYZ 17.65 9.88 67.31 -
YUV 83.42 203.95 126.99 -
System Red Green Blue C M Y K H S L
Decimal 82 58 218 0.62 0.73 0 0.15 249 0.68 0.54
Hex 52 3A DA 3E 49 0 F F9 44 36
Octal 122 72 332 76 111 0 17 371 104 66
Binary 1010010 111010 11011010 111110 1001001 0 1111 11111001 1000100 110110

Color Harmonies of #523ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523ADA

Black with #523ADA

Text Example


Text Example

White with #523ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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