Html Css Color HEX #521ACF Purple Heart

📋 copy color: '#521ACF'

red 82 ◦ green 26 ◦ blue 207

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

Shades of Purple Heart #521ACF

Tints of Purple Heart #521ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.71%

R = 26.03%
G = 8.25%
B = 65.71%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#521ACF (or 0x521ACF) is known color: Purple Heart. HEX triplet: 52, 1A and CF. RGB value is (82,26,207). Sum of RGB (Red+Green+Blue) = 82+26+207=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #521ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521ACF is #ADE530. Grayscale: #3E3E3E. Windows color (decimal): -11396401 or 13572690. OLE color: 13572690.

HSL color Cylindrical-coordinate representation of color #521ACF: hue angle of 258.56º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #521ACF is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 26 207 -
CMYK 0.60 0.87 0 0.19
HSL 258.56º 0.78% 0.46% -
HSV(B) 258.56º 0.87% 0.81% -
XYZ 15.11 7.04 59.59 -
YUV 63.38 209.05 141.28 -
System Red Green Blue C M Y K H S L
Decimal 82 26 207 0.60 0.87 0 0.19 258.56 0.78 0.46
Hex 52 1A CF 3C 57 0 13 103 4E 2E
Octal 122 32 317 74 127 0 23 403 116 56
Binary 1010010 11010 11001111 111100 1010111 0 10011 100000011 1001110 101110

Color Harmonies of #521ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521ACF

Black with #521ACF

Text Example


Text Example

White with #521ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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