Html Css Color HEX #5209B3 Purple Heart

📋 copy color: '#5209B3'

red 82 ◦ green 9 ◦ blue 179

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

Shades of Purple Heart #5209B3

Tints of Purple Heart #5209B3

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

 BLUE value IS 179 (70.31% from 255) = 66.3%

R = 30.37%
G = 3.33%
B = 66.3%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5209B3 (or 0x5209B3) is known color: Purple Heart. HEX triplet: 52, 09 and B3. RGB value is (82,9,179). Sum of RGB (Red+Green+Blue) = 82+9+179=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 179 (70.31% from 255 or 66.30% from 270); Max value from RGB is 179 - color contains mainly: blue. Hex color #5209B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5209B3 is #ADF64C. Grayscale: #313131. Windows color (decimal): -11400781 or 11733330. OLE color: 11733330.

HSL color Cylindrical-coordinate representation of color #5209B3: hue angle of 265.76º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5209B3 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 9 179 -
CMYK 0.54 0.95 0 0.30
HSL 265.76º 0.9% 0.37% -
HSV(B) 265.76º 0.95% 0.7% -
XYZ 11.71 5.24 43.04 -
YUV 50.21 200.68 150.68 -
System Red Green Blue C M Y K H S L
Decimal 82 9 179 0.54 0.95 0 0.30 265.76 0.9 0.37
Hex 52 9 B3 36 5F 0 1E 10A 5A 25
Octal 122 11 263 66 137 0 36 412 132 45
Binary 1010010 1001 10110011 110110 1011111 0 11110 100001010 1011010 100101

Color Harmonies of #5209B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5209B3

Black with #5209B3

Text Example


Text Example

White with #5209B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5209B3; }

 p { color: rgb(82,9,179); }

 H1.HeaderClassName
 {
   color: #5209B3;
 }
 .AnyTagClassName
 {
   color: #5209B3;
 }
</style>

background-color css

<style>
 a { background-color: #5209B3; }

 a { background-color: rgb(82,9,179); }

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

border-color css

<style>
 span { border-color: #5209B3; }

 span { border-color: rgb(82,9,179); }

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