Html Css Color HEX #523ABF Purple Heart

📋 copy color: '#523ABF'

red 82 ◦ green 58 ◦ blue 191

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

Shades of Purple Heart #523ABF

Tints of Purple Heart #523ABF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.52%

 BLUE value IS 191 (75% from 255) = 57.7%

R = 24.77%
G = 17.52%
B = 57.7%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#523ABF (or 0x523ABF) is known color: Purple Heart. HEX triplet: 52, 3A and BF. RGB value is (82,58,191). Sum of RGB (Red+Green+Blue) = 82+58+191=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #523ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523ABF is #ADC540. Grayscale: #4F4F4F. Windows color (decimal): -11388225 or 12532306. OLE color: 12532306.

HSL color Cylindrical-coordinate representation of color #523ABF: hue angle of 250.83º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #523ABF is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 58 191 -
CMYK 0.57 0.70 0 0.25
HSL 250.83º 0.53% 0.49% -
HSV(B) 250.83º 0.7% 0.75% -
XYZ 14.4 8.58 50.19 -
YUV 80.34 190.45 129.19 -
System Red Green Blue C M Y K H S L
Decimal 82 58 191 0.57 0.70 0 0.25 250.83 0.53 0.49
Hex 52 3A BF 39 46 0 19 FB 35 31
Octal 122 72 277 71 106 0 31 373 65 61
Binary 1010010 111010 10111111 111001 1000110 0 11001 11111011 110101 110001

Color Harmonies of #523ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523ABF

Black with #523ABF

Text Example


Text Example

White with #523ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,58,191); }

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

background-color css

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

 a { background-color: rgb(82,58,191); }

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

border-color css

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

 span { border-color: rgb(82,58,191); }

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