Html Css Color HEX #521CCA Purple Heart

📋 copy color: '#521CCA'

red 82 ◦ green 28 ◦ blue 202

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

Shades of Purple Heart #521CCA

Tints of Purple Heart #521CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.74%

R = 26.28%
G = 8.97%
B = 64.74%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#521CCA (or 0x521CCA) is known color: Purple Heart. HEX triplet: 52, 1C and CA. RGB value is (82,28,202). Sum of RGB (Red+Green+Blue) = 82+28+202=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 202 (79.30% from 255 or 64.74% from 312); Max value from RGB is 202 - color contains mainly: blue. Hex color #521CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521CCA is #ADE335. Grayscale: #3F3F3F. Windows color (decimal): -11395894 or 13245522. OLE color: 13245522.

HSL color Cylindrical-coordinate representation of color #521CCA: hue angle of 258.62º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521CCA is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 28 202 -
CMYK 0.59 0.86 0 0.21
HSL 258.62º 0.76% 0.45% -
HSV(B) 258.62º 0.86% 0.79% -
XYZ 14.56 6.89 56.44 -
YUV 63.98 205.89 140.85 -
System Red Green Blue C M Y K H S L
Decimal 82 28 202 0.59 0.86 0 0.21 258.62 0.76 0.45
Hex 52 1C CA 3B 56 0 15 103 4C 2D
Octal 122 34 312 73 126 0 25 403 114 55
Binary 1010010 11100 11001010 111011 1010110 0 10101 100000011 1001100 101101

Color Harmonies of #521CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CCA

Black with #521CCA

Text Example


Text Example

White with #521CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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