Html Css Color HEX #523CB6 Purple Heart

📋 copy color: '#523CB6'

red 82 ◦ green 60 ◦ blue 182

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

Shades of Purple Heart #523CB6

Tints of Purple Heart #523CB6

RGB

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

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

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

R = 25.31%
G = 18.52%
B = 56.17%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#523CB6 (or 0x523CB6) is known color: Purple Heart. HEX triplet: 52, 3C and B6. RGB value is (82,60,182). Sum of RGB (Red+Green+Blue) = 82+60+182=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #523CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523CB6 is #ADC349. Grayscale: #505050. Windows color (decimal): -11387722 or 11942994. OLE color: 11942994.

HSL color Cylindrical-coordinate representation of color #523CB6: hue angle of 250.82º 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 #523CB6 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 60 182 -
CMYK 0.55 0.67 0 0.29
HSL 250.82º 0.5% 0.47% -
HSV(B) 250.82º 0.67% 0.71% -
XYZ 13.54 8.4 45.16 -
YUV 80.49 185.29 129.08 -
System Red Green Blue C M Y K H S L
Decimal 82 60 182 0.55 0.67 0 0.29 250.82 0.5 0.47
Hex 52 3C B6 37 43 0 1D FB 32 2F
Octal 122 74 266 67 103 0 35 373 62 57
Binary 1010010 111100 10110110 110111 1000011 0 11101 11111011 110010 101111

Color Harmonies of #523CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523CB6

Black with #523CB6

Text Example


Text Example

White with #523CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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