Html Css Color HEX #5207B9 Purple Heart

📋 copy color: '#5207B9'

red 82 ◦ green 7 ◦ blue 185

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

Shades of Purple Heart #5207B9

Tints of Purple Heart #5207B9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

 BLUE value IS 185 (72.66% from 255) = 67.52%

R = 29.93%
G = 2.55%
B = 67.52%

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

#5207B9 (or 0x5207B9) is known color: Purple Heart. HEX triplet: 52, 07 and B9. RGB value is (82,7,185). Sum of RGB (Red+Green+Blue) = 82+7+185=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 185 (72.66% from 255 or 67.52% from 274); Max value from RGB is 185 - color contains mainly: blue. Hex color #5207B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5207B9 is #ADF846. Grayscale: #313131. Windows color (decimal): -11401287 or 12126034. OLE color: 12126034.

HSL color Cylindrical-coordinate representation of color #5207B9: hue angle of 265.28º degrees, saturation: 0.93, 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 #5207B9 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 7 185 -
CMYK 0.56 0.96 0 0.27
HSL 265.28º 0.93% 0.38% -
HSV(B) 265.28º 0.96% 0.73% -
XYZ 12.31 5.45 46.3 -
YUV 49.72 204.35 151.03 -
System Red Green Blue C M Y K H S L
Decimal 82 7 185 0.56 0.96 0 0.27 265.28 0.93 0.38
Hex 52 7 B9 38 60 0 1B 109 5D 26
Octal 122 7 271 70 140 0 33 411 135 46
Binary 1010010 111 10111001 111000 1100000 0 11011 100001001 1011101 100110

Color Harmonies of #5207B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5207B9

Black with #5207B9

Text Example


Text Example

White with #5207B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5207B9; }

 p { color: rgb(82,7,185); }

 H1.HeaderClassName
 {
   color: #5207B9;
 }
 .AnyTagClassName
 {
   color: #5207B9;
 }
</style>

background-color css

<style>
 a { background-color: #5207B9; }

 a { background-color: rgb(82,7,185); }

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

border-color css

<style>
 span { border-color: #5207B9; }

 span { border-color: rgb(82,7,185); }

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