Html Css Color HEX #521AC4 Purple Heart

📋 copy color: '#521AC4'

red 82 ◦ green 26 ◦ blue 196

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

Shades of Purple Heart #521AC4

Tints of Purple Heart #521AC4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.55%

 BLUE value IS 196 (76.95% from 255) = 64.47%

R = 26.97%
G = 8.55%
B = 64.47%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#521AC4 (or 0x521AC4) is known color: Purple Heart. HEX triplet: 52, 1A and C4. RGB value is (82,26,196). Sum of RGB (Red+Green+Blue) = 82+26+196=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 196 (76.95% from 255 or 64.47% from 304); Max value from RGB is 196 - color contains mainly: blue. Hex color #521AC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521AC4 is #ADE53B. Grayscale: #3D3D3D. Windows color (decimal): -11396412 or 12851794. OLE color: 12851794.

HSL color Cylindrical-coordinate representation of color #521AC4: hue angle of 259.76º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #521AC4 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 26 196 -
CMYK 0.58 0.87 0 0.23
HSL 259.76º 0.77% 0.44% -
HSV(B) 259.76º 0.87% 0.77% -
XYZ 13.81 6.52 52.75 -
YUV 62.12 203.55 142.18 -
System Red Green Blue C M Y K H S L
Decimal 82 26 196 0.58 0.87 0 0.23 259.76 0.77 0.44
Hex 52 1A C4 3A 57 0 17 104 4D 2C
Octal 122 32 304 72 127 0 27 404 115 54
Binary 1010010 11010 11000100 111010 1010111 0 10111 100000100 1001101 101100

Color Harmonies of #521AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521AC4

Black with #521AC4

Text Example


Text Example

White with #521AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,26,196); }

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

background-color css

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

 a { background-color: rgb(82,26,196); }

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

border-color css

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

 span { border-color: rgb(82,26,196); }

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