Html Css Color HEX #502BC6 Purple Heart

📋 copy color: '#502BC6'

red 80 ◦ green 43 ◦ blue 198

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

Shades of Purple Heart #502BC6

Tints of Purple Heart #502BC6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.4%

 BLUE value IS 198 (77.73% from 255) = 61.68%

R = 24.92%
G = 13.4%
B = 61.68%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#502BC6 (or 0x502BC6) is known color: Purple Heart. HEX triplet: 50, 2B and C6. RGB value is (80,43,198). Sum of RGB (Red+Green+Blue) = 80+43+198=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 198 (77.73% from 255 or 61.68% from 321); Max value from RGB is 198 - color contains mainly: blue. Hex color #502BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BC6 is #AFD439. Grayscale: #474747. Windows color (decimal): -11523130 or 12987216. OLE color: 12987216.

HSL color Cylindrical-coordinate representation of color #502BC6: hue angle of 254.32º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502BC6 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 43 198 -
CMYK 0.60 0.78 0 0.22
HSL 254.32º 0.64% 0.47% -
HSV(B) 254.32º 0.78% 0.78% -
XYZ 14.37 7.51 54.12 -
YUV 71.73 199.26 133.9 -
System Red Green Blue C M Y K H S L
Decimal 80 43 198 0.60 0.78 0 0.22 254.32 0.64 0.47
Hex 50 2B C6 3C 4E 0 16 FE 40 2F
Octal 120 53 306 74 116 0 26 376 100 57
Binary 1010000 101011 11000110 111100 1001110 0 10110 11111110 1000000 101111

Color Harmonies of #502BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502BC6

Black with #502BC6

Text Example


Text Example

White with #502BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,43,198); }

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

background-color css

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

 a { background-color: rgb(80,43,198); }

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

border-color css

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

 span { border-color: rgb(80,43,198); }

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