Html Css Color HEX #521DCF Purple Heart

📋 copy color: '#521DCF'

red 82 ◦ green 29 ◦ blue 207

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

Shades of Purple Heart #521DCF

Tints of Purple Heart #521DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.12%

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

R = 25.79%
G = 9.12%
B = 65.09%

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

#521DCF (or 0x521DCF) is known color: Purple Heart. HEX triplet: 52, 1D and CF. RGB value is (82,29,207). Sum of RGB (Red+Green+Blue) = 82+29+207=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #521DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521DCF is #ADE230. Grayscale: #404040. Windows color (decimal): -11395633 or 13573458. OLE color: 13573458.

HSL color Cylindrical-coordinate representation of color #521DCF: hue angle of 257.87º degrees, saturation: 0.75, 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 #521DCF is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 29 207 -
CMYK 0.60 0.86 0 0.19
HSL 257.87º 0.75% 0.46% -
HSV(B) 257.87º 0.86% 0.81% -
XYZ 15.18 7.18 59.62 -
YUV 65.14 208.06 140.03 -
System Red Green Blue C M Y K H S L
Decimal 82 29 207 0.60 0.86 0 0.19 257.87 0.75 0.46
Hex 52 1D CF 3C 56 0 13 102 4B 2E
Octal 122 35 317 74 126 0 23 402 113 56
Binary 1010010 11101 11001111 111100 1010110 0 10011 100000010 1001011 101110

Color Harmonies of #521DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521DCF

Black with #521DCF

Text Example


Text Example

White with #521DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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