Html Css Color HEX #523CB4 Purple Heart

📋 copy color: '#523CB4'

red 82 ◦ green 60 ◦ blue 180

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

Shades of Purple Heart #523CB4

Tints of Purple Heart #523CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 55.9%

R = 25.47%
G = 18.63%
B = 55.9%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#523CB4 (or 0x523CB4) is known color: Purple Heart. HEX triplet: 52, 3C and B4. RGB value is (82,60,180). Sum of RGB (Red+Green+Blue) = 82+60+180=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 180 (70.70% from 255 or 55.90% from 322); Max value from RGB is 180 - color contains mainly: blue. Hex color #523CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523CB4 is #ADC34B. Grayscale: #4F4F4F. Windows color (decimal): -11387724 or 11811922. OLE color: 11811922.

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

Color convert

RGB 82 60 180 -
CMYK 0.54 0.67 0 0.29
HSL 251º 0.5% 0.47% -
HSV(B) 251º 0.67% 0.71% -
XYZ 13.33 8.32 44.08 -
YUV 80.26 184.29 129.24 -
System Red Green Blue C M Y K H S L
Decimal 82 60 180 0.54 0.67 0 0.29 251 0.5 0.47
Hex 52 3C B4 36 43 0 1D FB 32 2F
Octal 122 74 264 66 103 0 35 373 62 57
Binary 1010010 111100 10110100 110110 1000011 0 11101 11111011 110010 101111

Color Harmonies of #523CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523CB4

Black with #523CB4

Text Example


Text Example

White with #523CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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