Html Css Color HEX #521ECC Purple Heart

📋 copy color: '#521ECC'

red 82 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #521ECC

Tints of Purple Heart #521ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.56%

R = 25.95%
G = 9.49%
B = 64.56%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#521ECC (or 0x521ECC) is known color: Purple Heart. HEX triplet: 52, 1E and CC. RGB value is (82,30,204). Sum of RGB (Red+Green+Blue) = 82+30+204=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #521ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521ECC is #ADE133. Grayscale: #404040. Windows color (decimal): -11395380 or 13377106. OLE color: 13377106.

HSL color Cylindrical-coordinate representation of color #521ECC: hue angle of 257.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521ECC is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 30 204 -
CMYK 0.60 0.85 0 0.2
HSL 257.93º 0.74% 0.46% -
HSV(B) 257.93º 0.85% 0.8% -
XYZ 14.84 7.08 57.71 -
YUV 65.38 206.23 139.85 -
System Red Green Blue C M Y K H S L
Decimal 82 30 204 0.60 0.85 0 0.2 257.93 0.74 0.46
Hex 52 1E CC 3C 55 0 14 102 4A 2E
Octal 122 36 314 74 125 0 24 402 112 56
Binary 1010010 11110 11001100 111100 1010101 0 10100 100000010 1001010 101110

Color Harmonies of #521ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521ECC

Black with #521ECC

Text Example


Text Example

White with #521ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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