Html Css Color HEX #523FBA Purple Heart

📋 copy color: '#523FBA'

red 82 ◦ green 63 ◦ blue 186

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

Shades of Purple Heart #523FBA

Tints of Purple Heart #523FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 19.03%

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

R = 24.77%
G = 19.03%
B = 56.19%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#523FBA (or 0x523FBA) is known color: Purple Heart. HEX triplet: 52, 3F and BA. RGB value is (82,63,186). Sum of RGB (Red+Green+Blue) = 82+63+186=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #523FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523FBA is #ADC045. Grayscale: #525252. Windows color (decimal): -11386950 or 12205906. OLE color: 12205906.

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

Color convert

RGB 82 63 186 -
CMYK 0.56 0.66 0 0.27
HSL 249.27º 0.49% 0.49% -
HSV(B) 249.27º 0.66% 0.73% -
XYZ 14.12 8.89 47.43 -
YUV 82.7 186.29 127.5 -
System Red Green Blue C M Y K H S L
Decimal 82 63 186 0.56 0.66 0 0.27 249.27 0.49 0.49
Hex 52 3F BA 38 42 0 1B F9 31 31
Octal 122 77 272 70 102 0 33 371 61 61
Binary 1010010 111111 10111010 111000 1000010 0 11011 11111001 110001 110001

Color Harmonies of #523FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523FBA

Black with #523FBA

Text Example


Text Example

White with #523FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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