Html Css Color HEX #523BC9 Purple Heart

📋 copy color: '#523BC9'

red 82 ◦ green 59 ◦ blue 201

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

Shades of Purple Heart #523BC9

Tints of Purple Heart #523BC9

RGB

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

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

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

R = 23.98%
G = 17.25%
B = 58.77%

CMYK

 C value IS 0.59

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#523BC9 (or 0x523BC9) is known color: Purple Heart. HEX triplet: 52, 3B and C9. RGB value is (82,59,201). Sum of RGB (Red+Green+Blue) = 82+59+201=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 201 (78.91% from 255 or 58.77% from 342); Max value from RGB is 201 - color contains mainly: blue. Hex color #523BC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523BC9 is #ADC436. Grayscale: #515151. Windows color (decimal): -11387959 or 13187922. OLE color: 13187922.

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

Color convert

RGB 82 59 201 -
CMYK 0.59 0.71 0 0.21
HSL 249.72º 0.57% 0.51% -
HSV(B) 249.72º 0.71% 0.79% -
XYZ 15.59 9.14 56.2 -
YUV 82.07 195.12 127.95 -
System Red Green Blue C M Y K H S L
Decimal 82 59 201 0.59 0.71 0 0.21 249.72 0.57 0.51
Hex 52 3B C9 3B 47 0 15 FA 39 33
Octal 122 73 311 73 107 0 25 372 71 63
Binary 1010010 111011 11001001 111011 1000111 0 10101 11111010 111001 110011

Color Harmonies of #523BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523BC9

Black with #523BC9

Text Example


Text Example

White with #523BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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