Html Css Color HEX #523DC9 Purple Heart

📋 copy color: '#523DC9'

red 82 ◦ green 61 ◦ blue 201

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

Shades of Purple Heart #523DC9

Tints of Purple Heart #523DC9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.73%

 BLUE value IS 201 (78.91% from 255) = 58.43%

R = 23.84%
G = 17.73%
B = 58.43%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#523DC9 (or 0x523DC9) is known color: Purple Heart. HEX triplet: 52, 3D and C9. RGB value is (82,61,201). Sum of RGB (Red+Green+Blue) = 82+61+201=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 201 (78.91% from 255 or 58.43% from 344); Max value from RGB is 201 - color contains mainly: blue. Hex color #523DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523DC9 is #ADC236. Grayscale: #525252. Windows color (decimal): -11387447 or 13188434. OLE color: 13188434.

HSL color Cylindrical-coordinate representation of color #523DC9: hue angle of 249º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #523DC9 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 61 201 -
CMYK 0.59 0.70 0 0.21
HSL 249º 0.56% 0.51% -
HSV(B) 249º 0.7% 0.79% -
XYZ 15.69 9.35 56.24 -
YUV 83.24 194.46 127.12 -
System Red Green Blue C M Y K H S L
Decimal 82 61 201 0.59 0.70 0 0.21 249 0.56 0.51
Hex 52 3D C9 3B 46 0 15 F9 38 33
Octal 122 75 311 73 106 0 25 371 70 63
Binary 1010010 111101 11001001 111011 1000110 0 10101 11111001 111000 110011

Color Harmonies of #523DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523DC9

Black with #523DC9

Text Example


Text Example

White with #523DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,61,201); }

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

background-color css

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

 a { background-color: rgb(82,61,201); }

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

border-color css

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

 span { border-color: rgb(82,61,201); }

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