Html Css Color HEX #521FC6 Purple Heart

📋 copy color: '#521FC6'

red 82 ◦ green 31 ◦ blue 198

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

Shades of Purple Heart #521FC6

Tints of Purple Heart #521FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 63.67%

R = 26.37%
G = 9.97%
B = 63.67%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#521FC6 (or 0x521FC6) is known color: Purple Heart. HEX triplet: 52, 1F and C6. RGB value is (82,31,198). Sum of RGB (Red+Green+Blue) = 82+31+198=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 198 (77.73% from 255 or 63.67% from 311); Max value from RGB is 198 - color contains mainly: blue. Hex color #521FC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521FC6 is #ADE039. Grayscale: #404040. Windows color (decimal): -11395130 or 12984146. OLE color: 12984146.

HSL color Cylindrical-coordinate representation of color #521FC6: hue angle of 258.32º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521FC6 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 31 198 -
CMYK 0.59 0.84 0 0.22
HSL 258.32º 0.73% 0.45% -
HSV(B) 258.32º 0.84% 0.78% -
XYZ 14.16 6.85 54 -
YUV 65.29 202.9 139.92 -
System Red Green Blue C M Y K H S L
Decimal 82 31 198 0.59 0.84 0 0.22 258.32 0.73 0.45
Hex 52 1F C6 3B 54 0 16 102 49 2D
Octal 122 37 306 73 124 0 26 402 111 55
Binary 1010010 11111 11000110 111011 1010100 0 10110 100000010 1001001 101101

Color Harmonies of #521FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521FC6

Black with #521FC6

Text Example


Text Example

White with #521FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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