Html Css Color HEX #521DBD Purple Heart

📋 copy color: '#521DBD'

red 82 ◦ green 29 ◦ blue 189

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

Shades of Purple Heart #521DBD

Tints of Purple Heart #521DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63%

R = 27.33%
G = 9.67%
B = 63%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#521DBD (or 0x521DBD) is known color: Purple Heart. HEX triplet: 52, 1D and BD. RGB value is (82,29,189). Sum of RGB (Red+Green+Blue) = 82+29+189=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #521DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521DBD is #ADE242. Grayscale: #3E3E3E. Windows color (decimal): -11395651 or 12393810. OLE color: 12393810.

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

Color convert

RGB 82 29 189 -
CMYK 0.57 0.85 0 0.26
HSL 259.88º 0.73% 0.43% -
HSV(B) 259.88º 0.85% 0.74% -
XYZ 13.1 6.35 48.68 -
YUV 63.09 199.06 141.49 -
System Red Green Blue C M Y K H S L
Decimal 82 29 189 0.57 0.85 0 0.26 259.88 0.73 0.43
Hex 52 1D BD 39 55 0 1A 104 49 2B
Octal 122 35 275 71 125 0 32 404 111 53
Binary 1010010 11101 10111101 111001 1010101 0 11010 100000100 1001001 101011

Color Harmonies of #521DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521DBD

Black with #521DBD

Text Example


Text Example

White with #521DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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