Html Css Color HEX #523ACB Purple Heart

📋 copy color: '#523ACB'

red 82 ◦ green 58 ◦ blue 203

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

Shades of Purple Heart #523ACB

Tints of Purple Heart #523ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.18%

R = 23.91%
G = 16.91%
B = 59.18%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#523ACB (or 0x523ACB) is known color: Purple Heart. HEX triplet: 52, 3A and CB. RGB value is (82,58,203). Sum of RGB (Red+Green+Blue) = 82+58+203=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #523ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523ACB is #ADC534. Grayscale: #515151. Windows color (decimal): -11388213 or 13318738. OLE color: 13318738.

HSL color Cylindrical-coordinate representation of color #523ACB: hue angle of 249.93º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #523ACB is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 58 203 -
CMYK 0.60 0.71 0 0.20
HSL 249.93º 0.58% 0.51% -
HSV(B) 249.93º 0.71% 0.8% -
XYZ 15.77 9.13 57.43 -
YUV 81.71 196.45 128.21 -
System Red Green Blue C M Y K H S L
Decimal 82 58 203 0.60 0.71 0 0.20 249.93 0.58 0.51
Hex 52 3A CB 3C 47 0 14 FA 3A 33
Octal 122 72 313 74 107 0 24 372 72 63
Binary 1010010 111010 11001011 111100 1000111 0 10100 11111010 111010 110011

Color Harmonies of #523ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523ACB

Black with #523ACB

Text Example


Text Example

White with #523ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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