Html Css Color HEX #523ECD Purple Heart

📋 copy color: '#523ECD'

red 82 ◦ green 62 ◦ blue 205

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

Shades of Purple Heart #523ECD

Tints of Purple Heart #523ECD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.77%

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

R = 23.5%
G = 17.77%
B = 58.74%

CMYK

 C value IS 0.6

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#523ECD (or 0x523ECD) is known color: Purple Heart. HEX triplet: 52, 3E and CD. RGB value is (82,62,205). Sum of RGB (Red+Green+Blue) = 82+62+205=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #523ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523ECD is #ADC132. Grayscale: #535353. Windows color (decimal): -11387187 or 13450834. OLE color: 13450834.

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

Color convert

RGB 82 62 205 -
CMYK 0.6 0.70 0 0.20
HSL 248.39º 0.59% 0.52% -
HSV(B) 248.39º 0.7% 0.8% -
XYZ 16.22 9.65 58.76 -
YUV 84.28 196.13 126.37 -
System Red Green Blue C M Y K H S L
Decimal 82 62 205 0.6 0.70 0 0.20 248.39 0.59 0.52
Hex 52 3E CD 3C 46 0 14 F8 3B 34
Octal 122 76 315 74 106 0 24 370 73 64
Binary 1010010 111110 11001101 111100 1000110 0 10100 11111000 111011 110100

Color Harmonies of #523ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523ECD

Black with #523ECD

Text Example


Text Example

White with #523ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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