Html Css Color HEX #523CB8 Purple Heart

📋 copy color: '#523CB8'

red 82 ◦ green 60 ◦ blue 184

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

Shades of Purple Heart #523CB8

Tints of Purple Heart #523CB8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.4%

 BLUE value IS 184 (72.27% from 255) = 56.44%

R = 25.15%
G = 18.4%
B = 56.44%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#523CB8 (or 0x523CB8) is known color: Purple Heart. HEX triplet: 52, 3C and B8. RGB value is (82,60,184). Sum of RGB (Red+Green+Blue) = 82+60+184=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 184 (72.27% from 255 or 56.44% from 326); Max value from RGB is 184 - color contains mainly: blue. Hex color #523CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523CB8 is #ADC347. Grayscale: #505050. Windows color (decimal): -11387720 or 12074066. OLE color: 12074066.

HSL color Cylindrical-coordinate representation of color #523CB8: hue angle of 250.65º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #523CB8 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 60 184 -
CMYK 0.55 0.67 0 0.28
HSL 250.65º 0.51% 0.48% -
HSV(B) 250.65º 0.67% 0.72% -
XYZ 13.75 8.49 46.26 -
YUV 80.71 186.29 128.92 -
System Red Green Blue C M Y K H S L
Decimal 82 60 184 0.55 0.67 0 0.28 250.65 0.51 0.48
Hex 52 3C B8 37 43 0 1C FB 33 30
Octal 122 74 270 67 103 0 34 373 63 60
Binary 1010010 111100 10111000 110111 1000011 0 11100 11111011 110011 110000

Color Harmonies of #523CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523CB8

Black with #523CB8

Text Example


Text Example

White with #523CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,60,184); }

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

background-color css

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

 a { background-color: rgb(82,60,184); }

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

border-color css

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

 span { border-color: rgb(82,60,184); }

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