Html Css Color HEX #502FAB Purple Heart

📋 copy color: '#502FAB'

red 80 ◦ green 47 ◦ blue 171

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

Shades of Purple Heart #502FAB

Tints of Purple Heart #502FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.38%

R = 26.85%
G = 15.77%
B = 57.38%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#502FAB (or 0x502FAB) is known color: Purple Heart. HEX triplet: 50, 2F and AB. RGB value is (80,47,171). Sum of RGB (Red+Green+Blue) = 80+47+171=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #502FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502FAB is #AFD054. Grayscale: #464646. Windows color (decimal): -11522133 or 11218768. OLE color: 11218768.

HSL color Cylindrical-coordinate representation of color #502FAB: hue angle of 255.97º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502FAB is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 47 171 -
CMYK 0.53 0.73 0 0.33
HSL 255.97º 0.57% 0.43% -
HSV(B) 255.97º 0.73% 0.67% -
XYZ 11.68 6.68 39.2 -
YUV 71 184.43 134.42 -
System Red Green Blue C M Y K H S L
Decimal 80 47 171 0.53 0.73 0 0.33 255.97 0.57 0.43
Hex 50 2F AB 35 49 0 21 100 39 2B
Octal 120 57 253 65 111 0 41 400 71 53
Binary 1010000 101111 10101011 110101 1001001 0 100001 100000000 111001 101011

Color Harmonies of #502FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502FAB

Black with #502FAB

Text Example


Text Example

White with #502FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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