Html Css Color HEX #521EB4 Purple Heart

📋 copy color: '#521EB4'

red 82 ◦ green 30 ◦ blue 180

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

Shades of Purple Heart #521EB4

Tints of Purple Heart #521EB4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.27%

 BLUE value IS 180 (70.7% from 255) = 61.64%

R = 28.08%
G = 10.27%
B = 61.64%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#521EB4 (or 0x521EB4) is known color: Purple Heart. HEX triplet: 52, 1E and B4. RGB value is (82,30,180). Sum of RGB (Red+Green+Blue) = 82+30+180=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 180 (70.70% from 255 or 61.64% from 292); Max value from RGB is 180 - color contains mainly: blue. Hex color #521EB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521EB4 is #ADE14B. Grayscale: #3E3E3E. Windows color (decimal): -11395404 or 11804242. OLE color: 11804242.

HSL color Cylindrical-coordinate representation of color #521EB4: hue angle of 260.8º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #521EB4 is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 30 180 -
CMYK 0.54 0.83 0 0.29
HSL 260.8º 0.71% 0.41% -
HSV(B) 260.8º 0.83% 0.71% -
XYZ 12.18 6.02 43.7 -
YUV 62.65 194.23 141.8 -
System Red Green Blue C M Y K H S L
Decimal 82 30 180 0.54 0.83 0 0.29 260.8 0.71 0.41
Hex 52 1E B4 36 53 0 1D 105 47 29
Octal 122 36 264 66 123 0 35 405 107 51
Binary 1010010 11110 10110100 110110 1010011 0 11101 100000101 1000111 101001

Color Harmonies of #521EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521EB4

Black with #521EB4

Text Example


Text Example

White with #521EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,30,180); }

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

background-color css

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

 a { background-color: rgb(82,30,180); }

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

border-color css

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

 span { border-color: rgb(82,30,180); }

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