Html Css Color HEX #521CCE Purple Heart

📋 copy color: '#521CCE'

red 82 ◦ green 28 ◦ blue 206

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

Shades of Purple Heart #521CCE

Tints of Purple Heart #521CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.86%

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

R = 25.95%
G = 8.86%
B = 65.19%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#521CCE (or 0x521CCE) is known color: Purple Heart. HEX triplet: 52, 1C and CE. RGB value is (82,28,206). Sum of RGB (Red+Green+Blue) = 82+28+206=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #521CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521CCE is #ADE331. Grayscale: #3F3F3F. Windows color (decimal): -11395890 or 13507666. OLE color: 13507666.

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

Color convert

RGB 82 28 206 -
CMYK 0.60 0.86 0 0.19
HSL 258.2º 0.76% 0.46% -
HSV(B) 258.2º 0.86% 0.81% -
XYZ 15.04 7.08 58.97 -
YUV 64.44 207.89 140.53 -
System Red Green Blue C M Y K H S L
Decimal 82 28 206 0.60 0.86 0 0.19 258.2 0.76 0.46
Hex 52 1C CE 3C 56 0 13 102 4C 2E
Octal 122 34 316 74 126 0 23 402 114 56
Binary 1010010 11100 11001110 111100 1010110 0 10011 100000010 1001100 101110

Color Harmonies of #521CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CCE

Black with #521CCE

Text Example


Text Example

White with #521CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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