Html Css Color HEX #521FCE Purple Heart

📋 copy color: '#521FCE'

red 82 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #521FCE

Tints of Purple Heart #521FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.72%

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

R = 25.71%
G = 9.72%
B = 64.58%

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

#521FCE (or 0x521FCE) is known color: Purple Heart. HEX triplet: 52, 1F and CE. RGB value is (82,31,206). Sum of RGB (Red+Green+Blue) = 82+31+206=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #521FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521FCE is #ADE031. Grayscale: #414141. Windows color (decimal): -11395122 or 13508434. OLE color: 13508434.

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

Color convert

RGB 82 31 206 -
CMYK 0.60 0.85 0 0.19
HSL 257.49º 0.74% 0.46% -
HSV(B) 257.49º 0.85% 0.81% -
XYZ 15.11 7.23 58.99 -
YUV 66.2 206.9 139.27 -
System Red Green Blue C M Y K H S L
Decimal 82 31 206 0.60 0.85 0 0.19 257.49 0.74 0.46
Hex 52 1F CE 3C 55 0 13 101 4A 2E
Octal 122 37 316 74 125 0 23 401 112 56
Binary 1010010 11111 11001110 111100 1010101 0 10011 100000001 1001010 101110

Color Harmonies of #521FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521FCE

Black with #521FCE

Text Example


Text Example

White with #521FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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