Html Css Color HEX #5208BC Purple Heart

📋 copy color: '#5208BC'

red 82 ◦ green 8 ◦ blue 188

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

Shades of Purple Heart #5208BC

Tints of Purple Heart #5208BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.63%

R = 29.5%
G = 2.88%
B = 67.63%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5208BC (or 0x5208BC) is known color: Purple Heart. HEX triplet: 52, 08 and BC. RGB value is (82,8,188). Sum of RGB (Red+Green+Blue) = 82+8+188=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #5208BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5208BC is #ADF743. Grayscale: #323232. Windows color (decimal): -11401028 or 12322898. OLE color: 12322898.

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

Color convert

RGB 82 8 188 -
CMYK 0.56 0.96 0 0.26
HSL 264.67º 0.92% 0.38% -
HSV(B) 264.67º 0.96% 0.74% -
XYZ 12.64 5.6 47.99 -
YUV 50.65 205.52 150.36 -
System Red Green Blue C M Y K H S L
Decimal 82 8 188 0.56 0.96 0 0.26 264.67 0.92 0.38
Hex 52 8 BC 38 60 0 1A 109 5C 26
Octal 122 10 274 70 140 0 32 411 134 46
Binary 1010010 1000 10111100 111000 1100000 0 11010 100001001 1011100 100110

Color Harmonies of #5208BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5208BC

Black with #5208BC

Text Example


Text Example

White with #5208BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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