Html Css Color HEX #521ECE Purple Heart

📋 copy color: '#521ECE'

red 82 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #521ECE

Tints of Purple Heart #521ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.43%

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

R = 25.79%
G = 9.43%
B = 64.78%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#521ECE (or 0x521ECE) is known color: Purple Heart. HEX triplet: 52, 1E and CE. RGB value is (82,30,206). Sum of RGB (Red+Green+Blue) = 82+30+206=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #521ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521ECE is #ADE131. Grayscale: #404040. Windows color (decimal): -11395378 or 13508178. OLE color: 13508178.

HSL color Cylindrical-coordinate representation of color #521ECE: hue angle of 257.73º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521ECE is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 30 206 -
CMYK 0.60 0.85 0 0.19
HSL 257.73º 0.75% 0.46% -
HSV(B) 257.73º 0.85% 0.81% -
XYZ 15.08 7.18 58.98 -
YUV 65.61 207.23 139.69 -
System Red Green Blue C M Y K H S L
Decimal 82 30 206 0.60 0.85 0 0.19 257.73 0.75 0.46
Hex 52 1E CE 3C 55 0 13 102 4B 2E
Octal 122 36 316 74 125 0 23 402 113 56
Binary 1010010 11110 11001110 111100 1010101 0 10011 100000010 1001011 101110

Color Harmonies of #521ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521ECE

Black with #521ECE

Text Example


Text Example

White with #521ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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