Html Css Color HEX #523ECE Purple Heart

📋 copy color: '#523ECE'

red 82 ◦ green 62 ◦ blue 206

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

Shades of Purple Heart #523ECE

Tints of Purple Heart #523ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 23.43%
G = 17.71%
B = 58.86%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#523ECE (or 0x523ECE) is known color: Purple Heart. HEX triplet: 52, 3E and CE. RGB value is (82,62,206). Sum of RGB (Red+Green+Blue) = 82+62+206=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #523ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523ECE is #ADC131. Grayscale: #535353. Windows color (decimal): -11387186 or 13516370. OLE color: 13516370.

HSL color Cylindrical-coordinate representation of color #523ECE: hue angle of 248.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #523ECE is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 62 206 -
CMYK 0.60 0.70 0 0.19
HSL 248.33º 0.6% 0.53% -
HSV(B) 248.33º 0.7% 0.81% -
XYZ 16.34 9.7 59.4 -
YUV 84.4 196.63 126.29 -
System Red Green Blue C M Y K H S L
Decimal 82 62 206 0.60 0.70 0 0.19 248.33 0.6 0.53
Hex 52 3E CE 3C 46 0 13 F8 3C 35
Octal 122 76 316 74 106 0 23 370 74 65
Binary 1010010 111110 11001110 111100 1000110 0 10011 11111000 111100 110101

Color Harmonies of #523ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523ECE

Black with #523ECE

Text Example


Text Example

White with #523ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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