Html Css Color HEX #5200BE Purple Heart

📋 copy color: '#5200BE'

red 82 ◦ green 0 ◦ blue 190

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

Shades of Purple Heart #5200BE

Tints of Purple Heart #5200BE

RGB

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

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

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

R = 30.15%
G = 0%
B = 69.85%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5200BE (or 0x5200BE) is known color: Purple Heart. HEX triplet: 52, 00 and BE. RGB value is (82,0,190). Sum of RGB (Red+Green+Blue) = 82+0+190=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 190 (74.61% from 255 or 69.85% from 272); Max value from RGB is 190 - color contains mainly: blue. Hex color #5200BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5200BE is #ADFF41. Grayscale: #2D2D2D. Windows color (decimal): -11403074 or 12451922. OLE color: 12451922.

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

Color convert

RGB 82 0 190 -
CMYK 0.57 1 0 0.25
HSL 265.89º 1% 0.37% -
HSV(B) 265.89º 1% 0.75% -
XYZ 12.77 5.51 49.11 -
YUV 46.18 209.17 153.55 -
System Red Green Blue C M Y K H S L
Decimal 82 0 190 0.57 1 0 0.25 265.89 1 0.37
Hex 52 0 BE 39 64 0 19 10A 64 25
Octal 122 0 276 71 144 0 31 412 144 45
Binary 1010010 0 10111110 111001 1100100 0 11001 100001010 1100100 100101

Color Harmonies of #5200BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5200BE

Black with #5200BE

Text Example


Text Example

White with #5200BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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