Html Css Color HEX #521FCA Purple Heart

📋 copy color: '#521FCA'

red 82 ◦ green 31 ◦ blue 202

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

Shades of Purple Heart #521FCA

Tints of Purple Heart #521FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.13%

R = 26.03%
G = 9.84%
B = 64.13%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#521FCA (or 0x521FCA) is known color: Purple Heart. HEX triplet: 52, 1F and CA. RGB value is (82,31,202). Sum of RGB (Red+Green+Blue) = 82+31+202=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #521FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521FCA is #ADE035. Grayscale: #414141. Windows color (decimal): -11395126 or 13246290. OLE color: 13246290.

HSL color Cylindrical-coordinate representation of color #521FCA: hue angle of 257.89º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521FCA is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 31 202 -
CMYK 0.59 0.85 0 0.21
HSL 257.89º 0.73% 0.46% -
HSV(B) 257.89º 0.85% 0.79% -
XYZ 14.63 7.04 56.46 -
YUV 65.74 204.9 139.6 -
System Red Green Blue C M Y K H S L
Decimal 82 31 202 0.59 0.85 0 0.21 257.89 0.73 0.46
Hex 52 1F CA 3B 55 0 15 102 49 2E
Octal 122 37 312 73 125 0 25 402 111 56
Binary 1010010 11111 11001010 111011 1010101 0 10101 100000010 1001001 101110

Color Harmonies of #521FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521FCA

Black with #521FCA

Text Example


Text Example

White with #521FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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