Html Css Color HEX #521CCF Purple Heart

📋 copy color: '#521CCF'

red 82 ◦ green 28 ◦ blue 207

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

Shades of Purple Heart #521CCF

Tints of Purple Heart #521CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.83%

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

R = 25.87%
G = 8.83%
B = 65.3%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#521CCF (or 0x521CCF) is known color: Purple Heart. HEX triplet: 52, 1C and CF. RGB value is (82,28,207). Sum of RGB (Red+Green+Blue) = 82+28+207=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #521CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521CCF is #ADE330. Grayscale: #3F3F3F. Windows color (decimal): -11395889 or 13573202. OLE color: 13573202.

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

Color convert

RGB 82 28 207 -
CMYK 0.60 0.86 0 0.19
HSL 258.1º 0.76% 0.46% -
HSV(B) 258.1º 0.86% 0.81% -
XYZ 15.16 7.13 59.61 -
YUV 64.55 208.39 140.45 -
System Red Green Blue C M Y K H S L
Decimal 82 28 207 0.60 0.86 0 0.19 258.1 0.76 0.46
Hex 52 1C CF 3C 56 0 13 102 4C 2E
Octal 122 34 317 74 126 0 23 402 114 56
Binary 1010010 11100 11001111 111100 1010110 0 10011 100000010 1001100 101110

Color Harmonies of #521CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CCF

Black with #521CCF

Text Example


Text Example

White with #521CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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