Html Css Color HEX #5208BA Purple Heart

📋 copy color: '#5208BA'

red 82 ◦ green 8 ◦ blue 186

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

Shades of Purple Heart #5208BA

Tints of Purple Heart #5208BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.9%

 BLUE value IS 186 (73.05% from 255) = 67.39%

R = 29.71%
G = 2.9%
B = 67.39%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5208BA (or 0x5208BA) is known color: Purple Heart. HEX triplet: 52, 08 and BA. RGB value is (82,8,186). Sum of RGB (Red+Green+Blue) = 82+8+186=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #5208BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5208BA is #ADF745. Grayscale: #313131. Windows color (decimal): -11401030 or 12191826. OLE color: 12191826.

HSL color Cylindrical-coordinate representation of color #5208BA: hue angle of 264.94º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5208BA is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 8 186 -
CMYK 0.56 0.96 0 0.27
HSL 264.94º 0.92% 0.38% -
HSV(B) 264.94º 0.96% 0.73% -
XYZ 12.43 5.51 46.86 -
YUV 50.42 204.52 150.53 -
System Red Green Blue C M Y K H S L
Decimal 82 8 186 0.56 0.96 0 0.27 264.94 0.92 0.38
Hex 52 8 BA 38 60 0 1B 109 5C 26
Octal 122 10 272 70 140 0 33 411 134 46
Binary 1010010 1000 10111010 111000 1100000 0 11011 100001001 1011100 100110

Color Harmonies of #5208BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5208BA

Black with #5208BA

Text Example


Text Example

White with #5208BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5208BA; }

 p { color: rgb(82,8,186); }

 H1.HeaderClassName
 {
   color: #5208BA;
 }
 .AnyTagClassName
 {
   color: #5208BA;
 }
</style>

background-color css

<style>
 a { background-color: #5208BA; }

 a { background-color: rgb(82,8,186); }

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

border-color css

<style>
 span { border-color: #5208BA; }

 span { border-color: rgb(82,8,186); }

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