Html Css Color HEX #523CCD Purple Heart

📋 copy color: '#523CCD'

red 82 ◦ green 60 ◦ blue 205

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

Shades of Purple Heart #523CCD

Tints of Purple Heart #523CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.29%

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

R = 23.63%
G = 17.29%
B = 59.08%

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

#523CCD (or 0x523CCD) is known color: Purple Heart. HEX triplet: 52, 3C and CD. RGB value is (82,60,205). Sum of RGB (Red+Green+Blue) = 82+60+205=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #523CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523CCD is #ADC332. Grayscale: #525252. Windows color (decimal): -11387699 or 13450322. OLE color: 13450322.

HSL color Cylindrical-coordinate representation of color #523CCD: hue angle of 249.1º 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 #523CCD is Cyan = 0.6, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 60 205 -
CMYK 0.6 0.71 0 0.20
HSL 249.1º 0.59% 0.52% -
HSV(B) 249.1º 0.71% 0.8% -
XYZ 16.11 9.43 58.73 -
YUV 83.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 82 60 205 0.6 0.71 0 0.20 249.1 0.59 0.52
Hex 52 3C CD 3C 47 0 14 F9 3B 34
Octal 122 74 315 74 107 0 24 371 73 64
Binary 1010010 111100 11001101 111100 1000111 0 10100 11111001 111011 110100

Color Harmonies of #523CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523CCD

Black with #523CCD

Text Example


Text Example

White with #523CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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