Html Css Color HEX #523BCD Purple Heart

📋 copy color: '#523BCD'

red 82 ◦ green 59 ◦ blue 205

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

Shades of Purple Heart #523BCD

Tints of Purple Heart #523BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.25%

R = 23.7%
G = 17.05%
B = 59.25%

CMYK

 C value IS 0.6

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#523BCD (or 0x523BCD) is known color: Purple Heart. HEX triplet: 52, 3B and CD. RGB value is (82,59,205). Sum of RGB (Red+Green+Blue) = 82+59+205=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #523BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523BCD is #ADC432. Grayscale: #515151. Windows color (decimal): -11387955 or 13450066. OLE color: 13450066.

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

Color convert

RGB 82 59 205 -
CMYK 0.6 0.71 0 0.20
HSL 249.45º 0.59% 0.52% -
HSV(B) 249.45º 0.71% 0.8% -
XYZ 16.06 9.33 58.71 -
YUV 82.52 197.12 127.63 -
System Red Green Blue C M Y K H S L
Decimal 82 59 205 0.6 0.71 0 0.20 249.45 0.59 0.52
Hex 52 3B CD 3C 47 0 14 F9 3B 34
Octal 122 73 315 74 107 0 24 371 73 64
Binary 1010010 111011 11001101 111100 1000111 0 10100 11111001 111011 110100

Color Harmonies of #523BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523BCD

Black with #523BCD

Text Example


Text Example

White with #523BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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