Html Css Color HEX #5201BD Purple Heart

📋 copy color: '#5201BD'

red 82 ◦ green 1 ◦ blue 189

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

Shades of Purple Heart #5201BD

Tints of Purple Heart #5201BD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 30.15%
G = 0.37%
B = 69.49%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5201BD (or 0x5201BD) is known color: Purple Heart. HEX triplet: 52, 01 and BD. RGB value is (82,1,189). Sum of RGB (Red+Green+Blue) = 82+1+189=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #5201BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5201BD is #ADFE42. Grayscale: #2D2D2D. Windows color (decimal): -11402819 or 12386642. OLE color: 12386642.

HSL color Cylindrical-coordinate representation of color #5201BD: hue angle of 265.85º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5201BD is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 1 189 -
CMYK 0.57 0.99 0 0.26
HSL 265.85º 0.99% 0.37% -
HSV(B) 265.85º 0.99% 0.74% -
XYZ 12.68 5.49 48.54 -
YUV 46.65 208.34 153.21 -
System Red Green Blue C M Y K H S L
Decimal 82 1 189 0.57 0.99 0 0.26 265.85 0.99 0.37
Hex 52 1 BD 39 63 0 1A 10A 63 25
Octal 122 1 275 71 143 0 32 412 143 45
Binary 1010010 1 10111101 111001 1100011 0 11010 100001010 1100011 100101

Color Harmonies of #5201BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5201BD

Black with #5201BD

Text Example


Text Example

White with #5201BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5201BD; }

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

 H1.HeaderClassName
 {
   color: #5201BD;
 }
 .AnyTagClassName
 {
   color: #5201BD;
 }
</style>

background-color css

<style>
 a { background-color: #5201BD; }

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

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

border-color css

<style>
 span { border-color: #5201BD; }

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

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