Html Css Color HEX #5200BD Purple Heart

📋 copy color: '#5200BD'

red 82 ◦ green 0 ◦ blue 189

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

Shades of Purple Heart #5200BD

Tints of Purple Heart #5200BD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 30.26%
G = 0%
B = 69.74%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5200BD (or 0x5200BD) is known color: Purple Heart. HEX triplet: 52, 00 and BD. RGB value is (82,0,189). Sum of RGB (Red+Green+Blue) = 82+0+189=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #5200BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5200BD is #ADFF42. Grayscale: #2D2D2D. Windows color (decimal): -11403075 or 12386386. OLE color: 12386386.

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

Color convert

RGB 82 0 189 -
CMYK 0.57 1 0 0.26
HSL 266.03º 1% 0.37% -
HSV(B) 266.03º 1% 0.74% -
XYZ 12.66 5.47 48.53 -
YUV 46.06 208.67 153.63 -
System Red Green Blue C M Y K H S L
Decimal 82 0 189 0.57 1 0 0.26 266.03 1 0.37
Hex 52 0 BD 39 64 0 1A 10A 64 25
Octal 122 0 275 71 144 0 32 412 144 45
Binary 1010010 0 10111101 111001 1100100 0 11010 100001010 1100100 100101

Color Harmonies of #5200BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5200BD

Black with #5200BD

Text Example


Text Example

White with #5200BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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