Html Css Color HEX #521CBB Purple Heart

📋 copy color: '#521CBB'

red 82 ◦ green 28 ◦ blue 187

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

Shades of Purple Heart #521CBB

Tints of Purple Heart #521CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.96%

R = 27.61%
G = 9.43%
B = 62.96%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#521CBB (or 0x521CBB) is known color: Purple Heart. HEX triplet: 52, 1C and BB. RGB value is (82,28,187). Sum of RGB (Red+Green+Blue) = 82+28+187=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #521CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521CBB is #ADE344. Grayscale: #3D3D3D. Windows color (decimal): -11395909 or 12262482. OLE color: 12262482.

HSL color Cylindrical-coordinate representation of color #521CBB: hue angle of 260.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521CBB is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 28 187 -
CMYK 0.56 0.85 0 0.27
HSL 260.38º 0.74% 0.42% -
HSV(B) 260.38º 0.85% 0.73% -
XYZ 12.86 6.21 47.53 -
YUV 62.27 198.39 142.07 -
System Red Green Blue C M Y K H S L
Decimal 82 28 187 0.56 0.85 0 0.27 260.38 0.74 0.42
Hex 52 1C BB 38 55 0 1B 104 4A 2A
Octal 122 34 273 70 125 0 33 404 112 52
Binary 1010010 11100 10111011 111000 1010101 0 11011 100000100 1001010 101010

Color Harmonies of #521CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CBB

Black with #521CBB

Text Example


Text Example

White with #521CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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