Html Css Color HEX #5206BB Purple Heart

📋 copy color: '#5206BB'

red 82 ◦ green 6 ◦ blue 187

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

Shades of Purple Heart #5206BB

Tints of Purple Heart #5206BB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.18%

 BLUE value IS 187 (73.44% from 255) = 68%

R = 29.82%
G = 2.18%
B = 68%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5206BB (or 0x5206BB) is known color: Purple Heart. HEX triplet: 52, 06 and BB. RGB value is (82,6,187). Sum of RGB (Red+Green+Blue) = 82+6+187=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #5206BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5206BB is #ADF944. Grayscale: #303030. Windows color (decimal): -11401541 or 12256850. OLE color: 12256850.

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

Color convert

RGB 82 6 187 -
CMYK 0.56 0.97 0 0.27
HSL 265.19º 0.94% 0.38% -
HSV(B) 265.19º 0.97% 0.73% -
XYZ 12.51 5.51 47.42 -
YUV 49.36 205.68 151.28 -
System Red Green Blue C M Y K H S L
Decimal 82 6 187 0.56 0.97 0 0.27 265.19 0.94 0.38
Hex 52 6 BB 38 61 0 1B 109 5E 26
Octal 122 6 273 70 141 0 33 411 136 46
Binary 1010010 110 10111011 111000 1100001 0 11011 100001001 1011110 100110

Color Harmonies of #5206BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5206BB

Black with #5206BB

Text Example


Text Example

White with #5206BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5206BB; }

 p { color: rgb(82,6,187); }

 H1.HeaderClassName
 {
   color: #5206BB;
 }
 .AnyTagClassName
 {
   color: #5206BB;
 }
</style>

background-color css

<style>
 a { background-color: #5206BB; }

 a { background-color: rgb(82,6,187); }

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

border-color css

<style>
 span { border-color: #5206BB; }

 span { border-color: rgb(82,6,187); }

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