Html Css Color HEX #521DCE Purple Heart

📋 copy color: '#521DCE'

red 82 ◦ green 29 ◦ blue 206

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

Shades of Purple Heart #521DCE

Tints of Purple Heart #521DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.15%

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

R = 25.87%
G = 9.15%
B = 64.98%

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

#521DCE (or 0x521DCE) is known color: Purple Heart. HEX triplet: 52, 1D and CE. RGB value is (82,29,206). Sum of RGB (Red+Green+Blue) = 82+29+206=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #521DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521DCE is #ADE231. Grayscale: #404040. Windows color (decimal): -11395634 or 13507922. OLE color: 13507922.

HSL color Cylindrical-coordinate representation of color #521DCE: hue angle of 257.97º degrees, saturation: 0.75, 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 #521DCE is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 29 206 -
CMYK 0.60 0.86 0 0.19
HSL 257.97º 0.75% 0.46% -
HSV(B) 257.97º 0.86% 0.81% -
XYZ 15.06 7.13 58.97 -
YUV 65.03 207.56 140.11 -
System Red Green Blue C M Y K H S L
Decimal 82 29 206 0.60 0.86 0 0.19 257.97 0.75 0.46
Hex 52 1D CE 3C 56 0 13 102 4B 2E
Octal 122 35 316 74 126 0 23 402 113 56
Binary 1010010 11101 11001110 111100 1010110 0 10011 100000010 1001011 101110

Color Harmonies of #521DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521DCE

Black with #521DCE

Text Example


Text Example

White with #521DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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