Html Css Color HEX #521CBE Purple Heart

📋 copy color: '#521CBE'

red 82 ◦ green 28 ◦ blue 190

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

Shades of Purple Heart #521CBE

Tints of Purple Heart #521CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.33%

R = 27.33%
G = 9.33%
B = 63.33%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#521CBE (or 0x521CBE) is known color: Purple Heart. HEX triplet: 52, 1C and BE. RGB value is (82,28,190). Sum of RGB (Red+Green+Blue) = 82+28+190=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #521CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521CBE is #ADE341. Grayscale: #3E3E3E. Windows color (decimal): -11395906 or 12459090. OLE color: 12459090.

HSL color Cylindrical-coordinate representation of color #521CBE: hue angle of 260º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521CBE is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 28 190 -
CMYK 0.57 0.85 0 0.25
HSL 260º 0.74% 0.43% -
HSV(B) 260º 0.85% 0.75% -
XYZ 13.19 6.34 49.24 -
YUV 62.61 199.89 141.83 -
System Red Green Blue C M Y K H S L
Decimal 82 28 190 0.57 0.85 0 0.25 260 0.74 0.43
Hex 52 1C BE 39 55 0 19 104 4A 2B
Octal 122 34 276 71 125 0 31 404 112 53
Binary 1010010 11100 10111110 111001 1010101 0 11001 100000100 1001010 101011

Color Harmonies of #521CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CBE

Black with #521CBE

Text Example


Text Example

White with #521CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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