Html Css Color HEX #502FB2 Purple Heart

📋 copy color: '#502FB2'

red 80 ◦ green 47 ◦ blue 178

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

Shades of Purple Heart #502FB2

Tints of Purple Heart #502FB2

RGB

 RED value IS 80 (31.64% from 255) = 26.23%

 GREEN value IS 47 (18.75% from 255) = 15.41%

 BLUE value IS 178 (69.92% from 255) = 58.36%

R = 26.23%
G = 15.41%
B = 58.36%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#502FB2 (or 0x502FB2) is known color: Purple Heart. HEX triplet: 50, 2F and B2. RGB value is (80,47,178). Sum of RGB (Red+Green+Blue) = 80+47+178=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #502FB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502FB2 is #AFD04D. Grayscale: #474747. Windows color (decimal): -11522126 or 11677520. OLE color: 11677520.

HSL color Cylindrical-coordinate representation of color #502FB2: hue angle of 255.11º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502FB2 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 47 178 -
CMYK 0.55 0.74 0 0.30
HSL 255.11º 0.58% 0.44% -
HSV(B) 255.11º 0.74% 0.7% -
XYZ 12.36 6.95 42.81 -
YUV 71.8 187.93 133.85 -
System Red Green Blue C M Y K H S L
Decimal 80 47 178 0.55 0.74 0 0.30 255.11 0.58 0.44
Hex 50 2F B2 37 4A 0 1E FF 3A 2C
Octal 120 57 262 67 112 0 36 377 72 54
Binary 1010000 101111 10110010 110111 1001010 0 11110 11111111 111010 101100

Color Harmonies of #502FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502FB2

Black with #502FB2

Text Example


Text Example

White with #502FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502FB2; }

 p { color: rgb(80,47,178); }

 H1.HeaderClassName
 {
   color: #502FB2;
 }
 .AnyTagClassName
 {
   color: #502FB2;
 }
</style>

background-color css

<style>
 a { background-color: #502FB2; }

 a { background-color: rgb(80,47,178); }

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

border-color css

<style>
 span { border-color: #502FB2; }

 span { border-color: rgb(80,47,178); }

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