Html Css Color HEX #523BBA Purple Heart

📋 copy color: '#523BBA'

red 82 ◦ green 59 ◦ blue 186

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

Shades of Purple Heart #523BBA

Tints of Purple Heart #523BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.04%

 BLUE value IS 186 (73.05% from 255) = 56.88%

R = 25.08%
G = 18.04%
B = 56.88%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#523BBA (or 0x523BBA) is known color: Purple Heart. HEX triplet: 52, 3B and BA. RGB value is (82,59,186). Sum of RGB (Red+Green+Blue) = 82+59+186=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #523BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523BBA is #ADC445. Grayscale: #4F4F4F. Windows color (decimal): -11387974 or 12204882. OLE color: 12204882.

HSL color Cylindrical-coordinate representation of color #523BBA: hue angle of 250.87º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #523BBA is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 59 186 -
CMYK 0.56 0.68 0 0.27
HSL 250.87º 0.52% 0.48% -
HSV(B) 250.87º 0.68% 0.73% -
XYZ 13.91 8.47 47.36 -
YUV 80.36 187.62 129.17 -
System Red Green Blue C M Y K H S L
Decimal 82 59 186 0.56 0.68 0 0.27 250.87 0.52 0.48
Hex 52 3B BA 38 44 0 1B FB 34 30
Octal 122 73 272 70 104 0 33 373 64 60
Binary 1010010 111011 10111010 111000 1000100 0 11011 11111011 110100 110000

Color Harmonies of #523BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523BBA

Black with #523BBA

Text Example


Text Example

White with #523BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,59,186); }

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

background-color css

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

 a { background-color: rgb(82,59,186); }

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

border-color css

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

 span { border-color: rgb(82,59,186); }

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