Html Css Color HEX #521FCC Purple Heart

📋 copy color: '#521FCC'

red 82 ◦ green 31 ◦ blue 204

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

Shades of Purple Heart #521FCC

Tints of Purple Heart #521FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.35%

R = 25.87%
G = 9.78%
B = 64.35%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#521FCC (or 0x521FCC) is known color: Purple Heart. HEX triplet: 52, 1F and CC. RGB value is (82,31,204). Sum of RGB (Red+Green+Blue) = 82+31+204=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #521FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521FCC is #ADE033. Grayscale: #414141. Windows color (decimal): -11395124 or 13377362. OLE color: 13377362.

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

Color convert

RGB 82 31 204 -
CMYK 0.60 0.85 0 0.2
HSL 257.69º 0.74% 0.46% -
HSV(B) 257.69º 0.85% 0.8% -
XYZ 14.87 7.13 57.72 -
YUV 65.97 205.9 139.43 -
System Red Green Blue C M Y K H S L
Decimal 82 31 204 0.60 0.85 0 0.2 257.69 0.74 0.46
Hex 52 1F CC 3C 55 0 14 102 4A 2E
Octal 122 37 314 74 125 0 24 402 112 56
Binary 1010010 11111 11001100 111100 1010101 0 10100 100000010 1001010 101110

Color Harmonies of #521FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521FCC

Black with #521FCC

Text Example


Text Example

White with #521FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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